Html Css Color HEX #035878 Blue Lagoon

📋 copy color: '#035878'

red 3 ◦ green 88 ◦ blue 120

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

Shades of Blue Lagoon #035878

Tints of Blue Lagoon #035878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

 BLUE value IS 120 (47.27% from 255) = 56.87%

R = 1.42%
G = 41.71%
B = 56.87%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#035878 (or 0x035878) is known color: Blue Lagoon. HEX triplet: 03, 58 and 78. RGB value is (3,88,120). Sum of RGB (Red+Green+Blue) = 3+88+120=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #035878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035878 is #FCA787. Grayscale: #424242. Windows color (decimal): -16557960 or 7886851. OLE color: 7886851.

HSL color Cylindrical-coordinate representation of color #035878: hue angle of 196.41º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035878 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 88 120 -
CMYK 0.98 0.27 0 0.53
HSL 196.41º 0.95% 0.24% -
HSV(B) 196.41º 0.98% 0.47% -
XYZ 6.92 8.35 19.02 -
YUV 66.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 3 88 120 0.98 0.27 0 0.53 196.41 0.95 0.24
Hex 3 58 78 62 1B 0 35 C4 5F 18
Octal 3 130 170 142 33 0 65 304 137 30
Binary 11 1011000 1111000 1100010 11011 0 110101 11000100 1011111 11000

Color Harmonies of #035878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035878

Black with #035878

Text Example


Text Example

White with #035878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035878; }

 p { color: rgb(3,88,120); }

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

background-color css

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

 a { background-color: rgb(3,88,120); }

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

border-color css

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

 span { border-color: rgb(3,88,120); }

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