Html Css Color HEX #036779 Blue Lagoon

📋 copy color: '#036779'

red 3 ◦ green 103 ◦ blue 121

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

Shades of Blue Lagoon #036779

Tints of Blue Lagoon #036779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.37%

 BLUE value IS 121 (47.66% from 255) = 53.3%

R = 1.32%
G = 45.37%
B = 53.3%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#036779 (or 0x036779) is known color: Blue Lagoon. HEX triplet: 03, 67 and 79. RGB value is (3,103,121). Sum of RGB (Red+Green+Blue) = 3+103+121=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #036779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036779 is #FC9886. Grayscale: #4A4A4A. Windows color (decimal): -16554119 or 7956227. OLE color: 7956227.

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

Color convert

RGB 3 103 121 -
CMYK 0.98 0.15 0 0.53
HSL 189.15º 0.95% 0.24% -
HSV(B) 189.15º 0.98% 0.47% -
XYZ 8.34 11.1 19.79 -
YUV 75.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 3 103 121 0.98 0.15 0 0.53 189.15 0.95 0.24
Hex 3 67 79 62 F 0 35 BD 5F 18
Octal 3 147 171 142 17 0 65 275 137 30
Binary 11 1100111 1111001 1100010 1111 0 110101 10111101 1011111 11000

Color Harmonies of #036779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036779

Black with #036779

Text Example


Text Example

White with #036779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036779; }

 p { color: rgb(3,103,121); }

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

background-color css

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

 a { background-color: rgb(3,103,121); }

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

border-color css

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

 span { border-color: rgb(3,103,121); }

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