#35b3c1

Color #35B3C1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #35B3C1

Tints of Viking #35B3C1

Color information

#35B3C1 (or 0x35B3C1) is unknown color: approx Viking. HEX triplet: 35, B3 and C1. RGB value is (53,179,193). Sum of RGB (Red+Green+Blue) = 53+179+193=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #35B3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B3C1 is #CA4C3E. Grayscale: #8E8E8E. Windows color (decimal): -13257791 or 12694325. OLE color: 12694325.

HSL color Cylindrical-coordinate representation of color #35B3C1: hue angle of 186º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35B3C1 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53179193-
CMYK0.730.0700.24
HSL186º56.91%48.24%-
HSV(B)186º72.54%75.69%-
XYZ27.2136.8556.13-
YUV142.92156.2663.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 12.47%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 193 (75.78% from 255) = 45.41%
R=12.47%
G=42.12%
B=45.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531791930.730.0700.2418656.9148.24
Hex35B3C1497018ba3930
Octal6526330111170302727160
Binary1101011011001111000001100100111101100010111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35b3c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35b3c1; }

 p { color: rgb(53,179,193); }

 H1.HeaderClassName
 {
   color: #35b3c1;
 }
 .AnyTagClassName
 {
   color: #35b3c1;
 }
</style>
background-color css

<style>
 a { background-color: #35b3c1; }

 a { background-color: rgb(53,179,193); }

 div.DivClassName
 {
   background-color: #35b3c1;
 }
 .BgClassName
 {
   background-color: #35b3c1;
 }
</style>
border-color css

<style>
 span { border-color: #35b3c1; }

 span { border-color: rgb(53,179,193); }

 td.TdClassName
 {
   border-color: #35b3c1;
 }
 .TagClassName
 {
   border-color: #35b3c1;
 }
</style>