Html Css Color HEX #036275 Blue Lagoon

📋 copy color: '#036275'

red 3 ◦ green 98 ◦ blue 117

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

Shades of Blue Lagoon #036275

Tints of Blue Lagoon #036275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 1.38%
G = 44.95%
B = 53.67%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#036275 (or 0x036275) is known color: Blue Lagoon. HEX triplet: 03, 62 and 75. RGB value is (3,98,117). Sum of RGB (Red+Green+Blue) = 3+98+117=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #036275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036275 is #FC9D8A. Grayscale: #474747. Windows color (decimal): -16555403 or 7692803. OLE color: 7692803.

HSL color Cylindrical-coordinate representation of color #036275: hue angle of 190º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036275 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 98 117 -
CMYK 0.97 0.16 0 0.54
HSL 190º 0.95% 0.24% -
HSV(B) 190º 0.97% 0.46% -
XYZ 7.62 10.04 18.37 -
YUV 71.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 3 98 117 0.97 0.16 0 0.54 190 0.95 0.24
Hex 3 62 75 61 10 0 36 BE 5F 18
Octal 3 142 165 141 20 0 66 276 137 30
Binary 11 1100010 1110101 1100001 10000 0 110110 10111110 1011111 11000

Color Harmonies of #036275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036275

Black with #036275

Text Example


Text Example

White with #036275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036275; }

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

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

background-color css

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

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

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

border-color css

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

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

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