Html Css Color HEX #036384 Blue Lagoon

📋 copy color: '#036384'

red 3 ◦ green 99 ◦ blue 132

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

Shades of Blue Lagoon #036384

Tints of Blue Lagoon #036384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.41%

R = 1.28%
G = 42.31%
B = 56.41%

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

#036384 (or 0x036384) is known color: Blue Lagoon. HEX triplet: 03, 63 and 84. RGB value is (3,99,132). Sum of RGB (Red+Green+Blue) = 3+99+132=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #036384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036384 is #FC9C7B. Grayscale: #494949. Windows color (decimal): -16555132 or 8676099. OLE color: 8676099.

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

Color convert

RGB 3 99 132 -
CMYK 0.98 0.25 0 0.48
HSL 195.35º 0.96% 0.26% -
HSV(B) 195.35º 0.98% 0.52% -
XYZ 8.66 10.61 23.42 -
YUV 74.06 160.7 77.32 -
System Red Green Blue C M Y K H S L
Decimal 3 99 132 0.98 0.25 0 0.48 195.35 0.96 0.26
Hex 3 63 84 62 19 0 30 C3 60 1A
Octal 3 143 204 142 31 0 60 303 140 32
Binary 11 1100011 10000100 1100010 11001 0 110000 11000011 1100000 11010

Color Harmonies of #036384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036384

Black with #036384

Text Example


Text Example

White with #036384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036384; }

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

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

background-color css

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

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

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

border-color css

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

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

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