Html Css Color HEX #035471 Blue Lagoon

📋 copy color: '#035471'

red 3 ◦ green 84 ◦ blue 113

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

Shades of Blue Lagoon #035471

Tints of Blue Lagoon #035471

RGB

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

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

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

R = 1.5%
G = 42%
B = 56.5%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#035471 (or 0x035471) is known color: Blue Lagoon. HEX triplet: 03, 54 and 71. RGB value is (3,84,113). Sum of RGB (Red+Green+Blue) = 3+84+113=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #035471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035471 is #FCAB8E. Grayscale: #3E3E3E. Windows color (decimal): -16558991 or 7427075. OLE color: 7427075.

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

Color convert

RGB 3 84 113 -
CMYK 0.97 0.26 0 0.56
HSL 195.82º 0.95% 0.23% -
HSV(B) 195.82º 0.97% 0.44% -
XYZ 6.19 7.55 16.75 -
YUV 63.09 156.16 85.14 -
System Red Green Blue C M Y K H S L
Decimal 3 84 113 0.97 0.26 0 0.56 195.82 0.95 0.23
Hex 3 54 71 61 1A 0 38 C4 5F 17
Octal 3 124 161 141 32 0 70 304 137 27
Binary 11 1010100 1110001 1100001 11010 0 111000 11000100 1011111 10111

Color Harmonies of #035471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035471

Black with #035471

Text Example


Text Example

White with #035471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035471; }

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

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

background-color css

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

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

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

border-color css

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

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

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