Html Css Color HEX #036366 Blue Lagoon

📋 copy color: '#036366'

red 3 ◦ green 99 ◦ blue 102

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

Shades of Blue Lagoon #036366

Tints of Blue Lagoon #036366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.53%

 BLUE value IS 102 (40.23% from 255) = 50%

R = 1.47%
G = 48.53%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#036366 (or 0x036366) is known color: Blue Lagoon. HEX triplet: 03, 63 and 66. RGB value is (3,99,102). Sum of RGB (Red+Green+Blue) = 3+99+102=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #036366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036366 is #FC9C99. Grayscale: #464646. Windows color (decimal): -16555162 or 6710019. OLE color: 6710019.

HSL color Cylindrical-coordinate representation of color #036366: hue angle of 181.82º 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 #036366 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 99 102 -
CMYK 0.97 0.03 0 0.6
HSL 181.82º 0.94% 0.21% -
HSV(B) 181.82º 0.97% 0.4% -
XYZ 6.9 9.9 14.12 -
YUV 70.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 3 99 102 0.97 0.03 0 0.6 181.82 0.94 0.21
Hex 3 63 66 61 3 0 3C B6 5E 15
Octal 3 143 146 141 3 0 74 266 136 25
Binary 11 1100011 1100110 1100001 11 0 111100 10110110 1011110 10101

Color Harmonies of #036366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036366

Black with #036366

Text Example


Text Example

White with #036366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036366; }

 p { color: rgb(3,99,102); }

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

background-color css

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

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

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

border-color css

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

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

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