Html Css Color HEX #035374 Blue Lagoon

📋 copy color: '#035374'

red 3 ◦ green 83 ◦ blue 116

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

Shades of Blue Lagoon #035374

Tints of Blue Lagoon #035374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.43%

R = 1.49%
G = 41.09%
B = 57.43%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#035374 (or 0x035374) is known color: Blue Lagoon. HEX triplet: 03, 53 and 74. RGB value is (3,83,116). Sum of RGB (Red+Green+Blue) = 3+83+116=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #035374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035374 is #FCAC8B. Grayscale: #3E3E3E. Windows color (decimal): -16559244 or 7623427. OLE color: 7623427.

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

Color convert

RGB 3 83 116 -
CMYK 0.97 0.28 0 0.55
HSL 197.52º 0.95% 0.23% -
HSV(B) 197.52º 0.97% 0.45% -
XYZ 6.28 7.47 17.63 -
YUV 62.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 3 83 116 0.97 0.28 0 0.55 197.52 0.95 0.23
Hex 3 53 74 61 1C 0 37 C6 5F 17
Octal 3 123 164 141 34 0 67 306 137 27
Binary 11 1010011 1110100 1100001 11100 0 110111 11000110 1011111 10111

Color Harmonies of #035374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035374

Black with #035374

Text Example


Text Example

White with #035374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035374; }

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

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

background-color css

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

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

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

border-color css

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

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

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