Html Css Color HEX #035A66 Blue Lagoon

📋 copy color: '#035A66'

red 3 ◦ green 90 ◦ blue 102

#035A66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #035A66

Tints of Blue Lagoon #035A66

RGB

 RED value IS 3 (1.56% from 255) = 1.54%

 GREEN value IS 90 (35.55% from 255) = 46.15%

 BLUE value IS 102 (40.23% from 255) = 52.31%

R = 1.54%
G = 46.15%
B = 52.31%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#035A66 (or 0x035A66) is known color: Blue Lagoon. HEX triplet: 03, 5A and 66. RGB value is (3,90,102). Sum of RGB (Red+Green+Blue) = 3+90+102=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #035A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A66 is #FCA599. Grayscale: #414141. Windows color (decimal): -16557466 or 6707715. OLE color: 6707715.

HSL color Cylindrical-coordinate representation of color #035A66: hue angle of 187.27º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A66 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 90 102 -
CMYK 0.97 0.12 0 0.6
HSL 187.27º 0.94% 0.21% -
HSV(B) 187.27º 0.97% 0.4% -
XYZ 6.09 8.29 13.85 -
YUV 65.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 3 90 102 0.97 0.12 0 0.6 187.27 0.94 0.21
Hex 3 5A 66 61 C 0 3C BB 5E 15
Octal 3 132 146 141 14 0 74 273 136 25
Binary 11 1011010 1100110 1100001 1100 0 111100 10111011 1011110 10101

Color Harmonies of #035A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A66

Black with #035A66

Text Example


Text Example

White with #035A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035A66; }

 p { color: rgb(3,90,102); }

 H1.HeaderClassName
 {
   color: #035A66;
 }
 .AnyTagClassName
 {
   color: #035A66;
 }
</style>

background-color css

<style>
 a { background-color: #035A66; }

 a { background-color: rgb(3,90,102); }

 div.DivClassName
 {
   background-color: #035A66;
 }
 .BgClassName
 {
   background-color: #035A66;
 }
</style>

border-color css

<style>
 span { border-color: #035A66; }

 span { border-color: rgb(3,90,102); }

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