Html Css Color HEX #036282 Blue Lagoon

📋 copy color: '#036282'

red 3 ◦ green 98 ◦ blue 130

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

Shades of Blue Lagoon #036282

Tints of Blue Lagoon #036282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.28%

R = 1.3%
G = 42.42%
B = 56.28%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#036282 (or 0x036282) is known color: Blue Lagoon. HEX triplet: 03, 62 and 82. RGB value is (3,98,130). Sum of RGB (Red+Green+Blue) = 3+98+130=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #036282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036282 is #FC9D7D. Grayscale: #494949. Windows color (decimal): -16555390 or 8544771. OLE color: 8544771.

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

Color convert

RGB 3 98 130 -
CMYK 0.98 0.25 0 0.49
HSL 195.12º 0.95% 0.26% -
HSV(B) 195.12º 0.98% 0.51% -
XYZ 8.43 10.37 22.68 -
YUV 73.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 3 98 130 0.98 0.25 0 0.49 195.12 0.95 0.26
Hex 3 62 82 62 19 0 31 C3 5F 1A
Octal 3 142 202 142 31 0 61 303 137 32
Binary 11 1100010 10000010 1100010 11001 0 110001 11000011 1011111 11010

Color Harmonies of #036282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036282

Black with #036282

Text Example


Text Example

White with #036282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036282; }

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

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

background-color css

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

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

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

border-color css

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

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

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