Html Css Color HEX #036A6D Blue Lagoon

📋 copy color: '#036A6D'

red 3 ◦ green 106 ◦ blue 109

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

Shades of Blue Lagoon #036A6D

Tints of Blue Lagoon #036A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.62%

 BLUE value IS 109 (42.97% from 255) = 50%

R = 1.38%
G = 48.62%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#036A6D (or 0x036A6D) is known color: Blue Lagoon. HEX triplet: 03, 6A and 6D. RGB value is (3,106,109). Sum of RGB (Red+Green+Blue) = 3+106+109=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #036A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A6D is #FC9592. Grayscale: #4B4B4B. Windows color (decimal): -16553363 or 7170563. OLE color: 7170563.

HSL color Cylindrical-coordinate representation of color #036A6D: hue angle of 181.7º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A6D is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 106 109 -
CMYK 0.97 0.03 0 0.57
HSL 181.7º 0.95% 0.22% -
HSV(B) 181.7º 0.97% 0.43% -
XYZ 7.95 11.43 16.26 -
YUV 75.55 146.88 76.26 -
System Red Green Blue C M Y K H S L
Decimal 3 106 109 0.97 0.03 0 0.57 181.7 0.95 0.22
Hex 3 6A 6D 61 3 0 39 B6 5F 16
Octal 3 152 155 141 3 0 71 266 137 26
Binary 11 1101010 1101101 1100001 11 0 111001 10110110 1011111 10110

Color Harmonies of #036A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A6D

Black with #036A6D

Text Example


Text Example

White with #036A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036A6D; }

 p { color: rgb(3,106,109); }

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

background-color css

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

 a { background-color: rgb(3,106,109); }

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

border-color css

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

 span { border-color: rgb(3,106,109); }

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