Html Css Color HEX #035372 Blue Lagoon

📋 copy color: '#035372'

red 3 ◦ green 83 ◦ blue 114

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

Shades of Blue Lagoon #035372

Tints of Blue Lagoon #035372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

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

R = 1.5%
G = 41.5%
B = 57%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#035372 (or 0x035372) is known color: Blue Lagoon. HEX triplet: 03, 53 and 72. RGB value is (3,83,114). Sum of RGB (Red+Green+Blue) = 3+83+114=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #035372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035372 is #FCAC8D. Grayscale: #3E3E3E. Windows color (decimal): -16559246 or 7492355. OLE color: 7492355.

HSL color Cylindrical-coordinate representation of color #035372: hue angle of 196.76º 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 #035372 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 83 114 -
CMYK 0.97 0.27 0 0.55
HSL 196.76º 0.95% 0.23% -
HSV(B) 196.76º 0.97% 0.45% -
XYZ 6.17 7.42 17.03 -
YUV 62.61 157 85.48 -
System Red Green Blue C M Y K H S L
Decimal 3 83 114 0.97 0.27 0 0.55 196.76 0.95 0.23
Hex 3 53 72 61 1B 0 37 C5 5F 17
Octal 3 123 162 141 33 0 67 305 137 27
Binary 11 1010011 1110010 1100001 11011 0 110111 11000101 1011111 10111

Color Harmonies of #035372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035372

Black with #035372

Text Example


Text Example

White with #035372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035372; }

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

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

background-color css

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

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

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

border-color css

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

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

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