Html Css Color HEX #035475 Blue Lagoon

📋 copy color: '#035475'

red 3 ◦ green 84 ◦ blue 117

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

Shades of Blue Lagoon #035475

Tints of Blue Lagoon #035475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.35%

R = 1.47%
G = 41.18%
B = 57.35%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#035475 (or 0x035475) is known color: Blue Lagoon. HEX triplet: 03, 54 and 75. RGB value is (3,84,117). Sum of RGB (Red+Green+Blue) = 3+84+117=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #035475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035475 is #FCAB8A. Grayscale: #3F3F3F. Windows color (decimal): -16558987 or 7689219. OLE color: 7689219.

HSL color Cylindrical-coordinate representation of color #035475: hue angle of 197.37º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035475 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 84 117 -
CMYK 0.97 0.28 0 0.54
HSL 197.37º 0.95% 0.24% -
HSV(B) 197.37º 0.97% 0.46% -
XYZ 6.42 7.64 17.97 -
YUV 63.54 158.16 84.82 -
System Red Green Blue C M Y K H S L
Decimal 3 84 117 0.97 0.28 0 0.54 197.37 0.95 0.24
Hex 3 54 75 61 1C 0 36 C5 5F 18
Octal 3 124 165 141 34 0 66 305 137 30
Binary 11 1010100 1110101 1100001 11100 0 110110 11000101 1011111 11000

Color Harmonies of #035475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035475

Black with #035475

Text Example


Text Example

White with #035475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035475; }

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

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

background-color css

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

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

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

border-color css

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

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

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