Html Css Color HEX #36506F Venice Blue

📋 copy color: '#36506F'

red 54 ◦ green 80 ◦ blue 111

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

Shades of Venice Blue #36506F

Tints of Venice Blue #36506F

RGB

 RED value IS 54 (21.48% from 255) = 22.04%

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 22.04%
G = 32.65%
B = 45.31%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#36506F (or 0x36506F) is known color: Venice Blue. HEX triplet: 36, 50 and 6F. RGB value is (54,80,111). Sum of RGB (Red+Green+Blue) = 54+80+111=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #36506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36506F is #C9AF90. Grayscale: #4B4B4B. Windows color (decimal): -13217681 or 7295030. OLE color: 7295030.

HSL color Cylindrical-coordinate representation of color #36506F: hue angle of 212.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36506F is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 80 111 -
CMYK 0.51 0.28 0 0.56
HSL 212.63º 0.35% 0.32% -
HSV(B) 212.63º 0.51% 0.44% -
XYZ 7.26 7.67 16.14 -
YUV 75.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 54 80 111 0.51 0.28 0 0.56 212.63 0.35 0.32
Hex 36 50 6F 33 1C 0 38 D5 23 20
Octal 66 120 157 63 34 0 70 325 43 40
Binary 110110 1010000 1101111 110011 11100 0 111000 11010101 100011 100000

Color Harmonies of #36506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36506F

Black with #36506F

Text Example


Text Example

White with #36506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36506F; }

 p { color: rgb(54,80,111); }

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

background-color css

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

 a { background-color: rgb(54,80,111); }

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

border-color css

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

 span { border-color: rgb(54,80,111); }

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