Html Css Color HEX #036767 Blue Lagoon

📋 copy color: '#036767'

red 3 ◦ green 103 ◦ blue 103

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

Shades of Blue Lagoon #036767

Tints of Blue Lagoon #036767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.28%

R = 1.44%
G = 49.28%
B = 49.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#036767 (or 0x036767) is known color: Blue Lagoon. HEX triplet: 03, 67 and 67. RGB value is (3,103,103). Sum of RGB (Red+Green+Blue) = 3+103+103=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #036767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036767 is #FC9898. Grayscale: #494949. Windows color (decimal): -16554137 or 6776579. OLE color: 6776579.

HSL color Cylindrical-coordinate representation of color #036767: hue angle of 180º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036767 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 103 103 -
CMYK 0.97 0 0 0.60
HSL 180º 0.94% 0.21% -
HSV(B) 180º 0.97% 0.4% -
XYZ 7.34 10.7 14.51 -
YUV 73.1 144.87 78 -
System Red Green Blue C M Y K H S L
Decimal 3 103 103 0.97 0 0 0.60 180 0.94 0.21
Hex 3 67 67 61 0 0 3C B4 5E 15
Octal 3 147 147 141 0 0 74 264 136 25
Binary 11 1100111 1100111 1100001 0 0 111100 10110100 1011110 10101

Color Harmonies of #036767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036767

Black with #036767

Text Example


Text Example

White with #036767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036767; }

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

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

background-color css

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

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

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

border-color css

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

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

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