Html Css Color HEX #036769 Blue Lagoon

📋 copy color: '#036769'

red 3 ◦ green 103 ◦ blue 105

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

Shades of Blue Lagoon #036769

Tints of Blue Lagoon #036769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 1.42%
G = 48.82%
B = 49.76%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#036769 (or 0x036769) is known color: Blue Lagoon. HEX triplet: 03, 67 and 69. RGB value is (3,103,105). Sum of RGB (Red+Green+Blue) = 3+103+105=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #036769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036769 is #FC9896. Grayscale: #494949. Windows color (decimal): -16554135 or 6907651. OLE color: 6907651.

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

Color convert

RGB 3 103 105 -
CMYK 0.97 0.02 0 0.59
HSL 181.18º 0.94% 0.21% -
HSV(B) 181.18º 0.97% 0.41% -
XYZ 7.44 10.74 15.05 -
YUV 73.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 3 103 105 0.97 0.02 0 0.59 181.18 0.94 0.21
Hex 3 67 69 61 2 0 3B B5 5E 15
Octal 3 147 151 141 2 0 73 265 136 25
Binary 11 1100111 1101001 1100001 10 0 111011 10110101 1011110 10101

Color Harmonies of #036769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036769

Black with #036769

Text Example


Text Example

White with #036769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036769; }

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

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

background-color css

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

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

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

border-color css

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

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

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