Html Css Color HEX #036078 Blue Lagoon

📋 copy color: '#036078'

red 3 ◦ green 96 ◦ blue 120

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

Shades of Blue Lagoon #036078

Tints of Blue Lagoon #036078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

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

R = 1.37%
G = 43.84%
B = 54.79%

CMYK

 C value IS 0.98

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#036078 (or 0x036078) is known color: Blue Lagoon. HEX triplet: 03, 60 and 78. RGB value is (3,96,120). Sum of RGB (Red+Green+Blue) = 3+96+120=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #036078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036078 is #FC9F87. Grayscale: #464646. Windows color (decimal): -16555912 or 7888899. OLE color: 7888899.

HSL color Cylindrical-coordinate representation of color #036078: hue angle of 192.31º 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 #036078 is Cyan = 0.98, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 96 120 -
CMYK 0.98 0.2 0 0.53
HSL 192.31º 0.95% 0.24% -
HSV(B) 192.31º 0.98% 0.47% -
XYZ 7.61 9.74 19.25 -
YUV 70.93 155.69 79.55 -
System Red Green Blue C M Y K H S L
Decimal 3 96 120 0.98 0.2 0 0.53 192.31 0.95 0.24
Hex 3 60 78 62 14 0 35 C0 5F 18
Octal 3 140 170 142 24 0 65 300 137 30
Binary 11 1100000 1111000 1100010 10100 0 110101 11000000 1011111 11000

Color Harmonies of #036078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036078

Black with #036078

Text Example


Text Example

White with #036078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036078; }

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

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

background-color css

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

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

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

border-color css

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

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

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