Html Css Color HEX #036485 Blue Lagoon

📋 copy color: '#036485'

red 3 ◦ green 100 ◦ blue 133

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

Shades of Blue Lagoon #036485

Tints of Blue Lagoon #036485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.37%

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 1.27%
G = 42.37%
B = 56.36%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#036485 (or 0x036485) is known color: Blue Lagoon. HEX triplet: 03, 64 and 85. RGB value is (3,100,133). Sum of RGB (Red+Green+Blue) = 3+100+133=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #036485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036485 is #FC9B7A. Grayscale: #4A4A4A. Windows color (decimal): -16554875 or 8741891. OLE color: 8741891.

HSL color Cylindrical-coordinate representation of color #036485: hue angle of 195.23º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036485 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 100 133 -
CMYK 0.98 0.25 0 0.48
HSL 195.23º 0.96% 0.27% -
HSV(B) 195.23º 0.98% 0.52% -
XYZ 8.83 10.83 23.81 -
YUV 74.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 3 100 133 0.98 0.25 0 0.48 195.23 0.96 0.27
Hex 3 64 85 62 19 0 30 C3 60 1B
Octal 3 144 205 142 31 0 60 303 140 33
Binary 11 1100100 10000101 1100010 11001 0 110000 11000011 1100000 11011

Color Harmonies of #036485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036485

Black with #036485

Text Example


Text Example

White with #036485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036485; }

 p { color: rgb(3,100,133); }

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

background-color css

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

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

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

border-color css

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

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

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