Html Css Color HEX #035872 Blue Lagoon

📋 copy color: '#035872'

red 3 ◦ green 88 ◦ blue 114

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

Shades of Blue Lagoon #035872

Tints of Blue Lagoon #035872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.93%

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 1.46%
G = 42.93%
B = 55.61%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#035872 (or 0x035872) is known color: Blue Lagoon. HEX triplet: 03, 58 and 72. RGB value is (3,88,114). Sum of RGB (Red+Green+Blue) = 3+88+114=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #035872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035872 is #FCA78D. Grayscale: #414141. Windows color (decimal): -16557966 or 7493635. OLE color: 7493635.

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

Color convert

RGB 3 88 114 -
CMYK 0.97 0.23 0 0.55
HSL 194.05º 0.95% 0.23% -
HSV(B) 194.05º 0.97% 0.45% -
XYZ 6.56 8.21 17.16 -
YUV 65.55 155.34 83.39 -
System Red Green Blue C M Y K H S L
Decimal 3 88 114 0.97 0.23 0 0.55 194.05 0.95 0.23
Hex 3 58 72 61 17 0 37 C2 5F 17
Octal 3 130 162 141 27 0 67 302 137 27
Binary 11 1011000 1110010 1100001 10111 0 110111 11000010 1011111 10111

Color Harmonies of #035872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035872

Black with #035872

Text Example


Text Example

White with #035872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035872; }

 p { color: rgb(3,88,114); }

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

background-color css

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

 a { background-color: rgb(3,88,114); }

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

border-color css

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

 span { border-color: rgb(3,88,114); }

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