Html Css Color HEX #036D7B Blue Lagoon

📋 copy color: '#036D7B'

red 3 ◦ green 109 ◦ blue 123

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

Shades of Blue Lagoon #036D7B

Tints of Blue Lagoon #036D7B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.38%

 BLUE value IS 123 (48.44% from 255) = 52.34%

R = 1.28%
G = 46.38%
B = 52.34%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#036D7B (or 0x036D7B) is known color: Blue Lagoon. HEX triplet: 03, 6D and 7B. RGB value is (3,109,123). Sum of RGB (Red+Green+Blue) = 3+109+123=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #036D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D7B is #FC9284. Grayscale: #4E4E4E. Windows color (decimal): -16552581 or 8088835. OLE color: 8088835.

HSL color Cylindrical-coordinate representation of color #036D7B: hue angle of 187º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036D7B is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 109 123 -
CMYK 0.98 0.11 0 0.52
HSL 187º 0.95% 0.25% -
HSV(B) 187º 0.98% 0.48% -
XYZ 9.08 12.39 20.65 -
YUV 78.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 3 109 123 0.98 0.11 0 0.52 187 0.95 0.25
Hex 3 6D 7B 62 B 0 34 BB 5F 19
Octal 3 155 173 142 13 0 64 273 137 31
Binary 11 1101101 1111011 1100010 1011 0 110100 10111011 1011111 11001

Color Harmonies of #036D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D7B

Black with #036D7B

Text Example


Text Example

White with #036D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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