Html Css Color HEX #036385 Blue Lagoon

📋 copy color: '#036385'

red 3 ◦ green 99 ◦ blue 133

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

Shades of Blue Lagoon #036385

Tints of Blue Lagoon #036385

RGB

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

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

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

R = 1.28%
G = 42.13%
B = 56.6%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#036385 (or 0x036385) is known color: Blue Lagoon. HEX triplet: 03, 63 and 85. RGB value is (3,99,133). Sum of RGB (Red+Green+Blue) = 3+99+133=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #036385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036385 is #FC9C7A. Grayscale: #494949. Windows color (decimal): -16555131 or 8741635. OLE color: 8741635.

HSL color Cylindrical-coordinate representation of color #036385: hue angle of 195.69º 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 #036385 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 99 133 -
CMYK 0.98 0.26 0 0.48
HSL 195.69º 0.96% 0.27% -
HSV(B) 195.69º 0.98% 0.52% -
XYZ 8.73 10.64 23.78 -
YUV 74.17 161.2 77.24 -
System Red Green Blue C M Y K H S L
Decimal 3 99 133 0.98 0.26 0 0.48 195.69 0.96 0.27
Hex 3 63 85 62 1A 0 30 C4 60 1B
Octal 3 143 205 142 32 0 60 304 140 33
Binary 11 1100011 10000101 1100010 11010 0 110000 11000100 1100000 11011

Color Harmonies of #036385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036385

Black with #036385

Text Example


Text Example

White with #036385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036385; }

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

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

background-color css

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

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

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

border-color css

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

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

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