Html Css Color HEX #035A71 Blue Lagoon

📋 copy color: '#035A71'

red 3 ◦ green 90 ◦ blue 113

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

Shades of Blue Lagoon #035A71

Tints of Blue Lagoon #035A71

RGB

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

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

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

R = 1.46%
G = 43.69%
B = 54.85%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#035A71 (or 0x035A71) is known color: Blue Lagoon. HEX triplet: 03, 5A and 71. RGB value is (3,90,113). Sum of RGB (Red+Green+Blue) = 3+90+113=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #035A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A71 is #FCA58E. Grayscale: #424242. Windows color (decimal): -16557455 or 7428611. OLE color: 7428611.

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

Color convert

RGB 3 90 113 -
CMYK 0.97 0.20 0 0.56
HSL 192.55º 0.95% 0.23% -
HSV(B) 192.55º 0.97% 0.44% -
XYZ 6.67 8.52 16.92 -
YUV 66.61 154.18 82.63 -
System Red Green Blue C M Y K H S L
Decimal 3 90 113 0.97 0.20 0 0.56 192.55 0.95 0.23
Hex 3 5A 71 61 14 0 38 C1 5F 17
Octal 3 132 161 141 24 0 70 301 137 27
Binary 11 1011010 1110001 1100001 10100 0 111000 11000001 1011111 10111

Color Harmonies of #035A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A71

Black with #035A71

Text Example


Text Example

White with #035A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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