Html Css Color HEX #035E66 Blue Lagoon

📋 copy color: '#035E66'

red 3 ◦ green 94 ◦ blue 102

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

Shades of Blue Lagoon #035E66

Tints of Blue Lagoon #035E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47.24%

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

R = 1.51%
G = 47.24%
B = 51.26%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#035E66 (or 0x035E66) is known color: Blue Lagoon. HEX triplet: 03, 5E and 66. RGB value is (3,94,102). Sum of RGB (Red+Green+Blue) = 3+94+102=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #035E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E66 is #FCA199. Grayscale: #434343. Windows color (decimal): -16556442 or 6708739. OLE color: 6708739.

HSL color Cylindrical-coordinate representation of color #035E66: hue angle of 184.85º 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 #035E66 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 94 102 -
CMYK 0.97 0.08 0 0.6
HSL 184.85º 0.94% 0.21% -
HSV(B) 184.85º 0.97% 0.4% -
XYZ 6.44 8.98 13.97 -
YUV 67.7 147.35 81.85 -
System Red Green Blue C M Y K H S L
Decimal 3 94 102 0.97 0.08 0 0.6 184.85 0.94 0.21
Hex 3 5E 66 61 8 0 3C B9 5E 15
Octal 3 136 146 141 10 0 74 271 136 25
Binary 11 1011110 1100110 1100001 1000 0 111100 10111001 1011110 10101

Color Harmonies of #035E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035E66

Black with #035E66

Text Example


Text Example

White with #035E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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