Html Css Color HEX #035976 Blue Lagoon

📋 copy color: '#035976'

red 3 ◦ green 89 ◦ blue 118

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

Shades of Blue Lagoon #035976

Tints of Blue Lagoon #035976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 1.43%
G = 42.38%
B = 56.19%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#035976 (or 0x035976) is known color: Blue Lagoon. HEX triplet: 03, 59 and 76. RGB value is (3,89,118). Sum of RGB (Red+Green+Blue) = 3+89+118=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #035976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035976 is #FCA689. Grayscale: #424242. Windows color (decimal): -16557706 or 7756035. OLE color: 7756035.

HSL color Cylindrical-coordinate representation of color #035976: hue angle of 195.13º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035976 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 89 118 -
CMYK 0.97 0.25 0 0.54
HSL 195.13º 0.95% 0.24% -
HSV(B) 195.13º 0.97% 0.46% -
XYZ 6.88 8.47 18.41 -
YUV 66.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 3 89 118 0.97 0.25 0 0.54 195.13 0.95 0.24
Hex 3 59 76 61 19 0 36 C3 5F 18
Octal 3 131 166 141 31 0 66 303 137 30
Binary 11 1011001 1110110 1100001 11001 0 110110 11000011 1011111 11000

Color Harmonies of #035976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035976

Black with #035976

Text Example


Text Example

White with #035976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035976; }

 p { color: rgb(3,89,118); }

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

background-color css

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

 a { background-color: rgb(3,89,118); }

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

border-color css

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

 span { border-color: rgb(3,89,118); }

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