Html Css Color HEX #036583 Blue Lagoon

📋 copy color: '#036583'

red 3 ◦ green 101 ◦ blue 131

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

Shades of Blue Lagoon #036583

Tints of Blue Lagoon #036583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.98%

 BLUE value IS 131 (51.56% from 255) = 55.74%

R = 1.28%
G = 42.98%
B = 55.74%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#036583 (or 0x036583) is known color: Blue Lagoon. HEX triplet: 03, 65 and 83. RGB value is (3,101,131). Sum of RGB (Red+Green+Blue) = 3+101+131=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #036583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036583 is #FC9A7C. Grayscale: #4A4A4A. Windows color (decimal): -16554621 or 8611075. OLE color: 8611075.

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

Color convert

RGB 3 101 131 -
CMYK 0.98 0.23 0 0.49
HSL 194.06º 0.96% 0.26% -
HSV(B) 194.06º 0.98% 0.51% -
XYZ 8.79 10.97 23.13 -
YUV 75.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 3 101 131 0.98 0.23 0 0.49 194.06 0.96 0.26
Hex 3 65 83 62 17 0 31 C2 60 1A
Octal 3 145 203 142 27 0 61 302 140 32
Binary 11 1100101 10000011 1100010 10111 0 110001 11000010 1100000 11010

Color Harmonies of #036583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036583

Black with #036583

Text Example


Text Example

White with #036583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036583; }

 p { color: rgb(3,101,131); }

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

background-color css

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

 a { background-color: rgb(3,101,131); }

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

border-color css

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

 span { border-color: rgb(3,101,131); }

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