Html Css Color HEX #035473 Blue Lagoon

📋 copy color: '#035473'

red 3 ◦ green 84 ◦ blue 115

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

Shades of Blue Lagoon #035473

Tints of Blue Lagoon #035473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 1.49%
G = 41.58%
B = 56.93%

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

#035473 (or 0x035473) is known color: Blue Lagoon. HEX triplet: 03, 54 and 73. RGB value is (3,84,115). Sum of RGB (Red+Green+Blue) = 3+84+115=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #035473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035473 is #FCAB8C. Grayscale: #3F3F3F. Windows color (decimal): -16558989 or 7558147. OLE color: 7558147.

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

Color convert

RGB 3 84 115 -
CMYK 0.97 0.27 0 0.55
HSL 196.61º 0.95% 0.23% -
HSV(B) 196.61º 0.97% 0.45% -
XYZ 6.3 7.6 17.35 -
YUV 63.32 157.16 84.98 -
System Red Green Blue C M Y K H S L
Decimal 3 84 115 0.97 0.27 0 0.55 196.61 0.95 0.23
Hex 3 54 73 61 1B 0 37 C5 5F 17
Octal 3 124 163 141 33 0 67 305 137 27
Binary 11 1010100 1110011 1100001 11011 0 110111 11000101 1011111 10111

Color Harmonies of #035473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035473

Black with #035473

Text Example


Text Example

White with #035473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035473; }

 p { color: rgb(3,84,115); }

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

background-color css

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

 a { background-color: rgb(3,84,115); }

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

border-color css

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

 span { border-color: rgb(3,84,115); }

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