Html Css Color HEX #035971 Blue Lagoon

📋 copy color: '#035971'

red 3 ◦ green 89 ◦ blue 113

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

Shades of Blue Lagoon #035971

Tints of Blue Lagoon #035971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.12%

R = 1.46%
G = 43.41%
B = 55.12%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#035971 (or 0x035971) is known color: Blue Lagoon. HEX triplet: 03, 59 and 71. RGB value is (3,89,113). Sum of RGB (Red+Green+Blue) = 3+89+113=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #035971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035971 is #FCA68E. Grayscale: #414141. Windows color (decimal): -16557711 or 7428355. OLE color: 7428355.

HSL color Cylindrical-coordinate representation of color #035971: hue angle of 193.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035971 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 89 113 -
CMYK 0.97 0.21 0 0.56
HSL 193.09º 0.95% 0.23% -
HSV(B) 193.09º 0.97% 0.44% -
XYZ 6.59 8.36 16.89 -
YUV 66.02 154.51 83.05 -
System Red Green Blue C M Y K H S L
Decimal 3 89 113 0.97 0.21 0 0.56 193.09 0.95 0.23
Hex 3 59 71 61 15 0 38 C1 5F 17
Octal 3 131 161 141 25 0 70 301 137 27
Binary 11 1011001 1110001 1100001 10101 0 111000 11000001 1011111 10111

Color Harmonies of #035971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035971

Black with #035971

Text Example


Text Example

White with #035971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035971; }

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

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

background-color css

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

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

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

border-color css

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

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

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