Html Css Color HEX #036268 Blue Lagoon

📋 copy color: '#036268'

red 3 ◦ green 98 ◦ blue 104

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

Shades of Blue Lagoon #036268

Tints of Blue Lagoon #036268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.8%

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 1.46%
G = 47.8%
B = 50.73%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#036268 (or 0x036268) is known color: Blue Lagoon. HEX triplet: 03, 62 and 68. RGB value is (3,98,104). Sum of RGB (Red+Green+Blue) = 3+98+104=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #036268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036268 is #FC9D97. Grayscale: #464646. Windows color (decimal): -16555416 or 6840835. OLE color: 6840835.

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

Color convert

RGB 3 98 104 -
CMYK 0.97 0.06 0 0.59
HSL 183.56º 0.94% 0.21% -
HSV(B) 183.56º 0.97% 0.41% -
XYZ 6.9 9.75 14.62 -
YUV 70.28 147.03 80.01 -
System Red Green Blue C M Y K H S L
Decimal 3 98 104 0.97 0.06 0 0.59 183.56 0.94 0.21
Hex 3 62 68 61 6 0 3B B8 5E 15
Octal 3 142 150 141 6 0 73 270 136 25
Binary 11 1100010 1101000 1100001 110 0 111011 10111000 1011110 10101

Color Harmonies of #036268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036268

Black with #036268

Text Example


Text Example

White with #036268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036268; }

 p { color: rgb(3,98,104); }

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

background-color css

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

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

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

border-color css

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

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

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