Html Css Color HEX #036281 Blue Lagoon

📋 copy color: '#036281'

red 3 ◦ green 98 ◦ blue 129

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

Shades of Blue Lagoon #036281

Tints of Blue Lagoon #036281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.09%

R = 1.3%
G = 42.61%
B = 56.09%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#036281 (or 0x036281) is known color: Blue Lagoon. HEX triplet: 03, 62 and 81. RGB value is (3,98,129). Sum of RGB (Red+Green+Blue) = 3+98+129=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #036281 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036281 is #FC9D7E. Grayscale: #484848. Windows color (decimal): -16555391 or 8479235. OLE color: 8479235.

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

Color convert

RGB 3 98 129 -
CMYK 0.98 0.24 0 0.49
HSL 194.76º 0.95% 0.26% -
HSV(B) 194.76º 0.98% 0.51% -
XYZ 8.37 10.34 22.32 -
YUV 73.13 159.53 77.98 -
System Red Green Blue C M Y K H S L
Decimal 3 98 129 0.98 0.24 0 0.49 194.76 0.95 0.26
Hex 3 62 81 62 18 0 31 C3 5F 1A
Octal 3 142 201 142 30 0 61 303 137 32
Binary 11 1100010 10000001 1100010 11000 0 110001 11000011 1011111 11010

Color Harmonies of #036281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036281

Black with #036281

Text Example


Text Example

White with #036281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036281; }

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

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

background-color css

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

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

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

border-color css

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

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

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