Html Css Color HEX #36526E Venice Blue

📋 copy color: '#36526E'

red 54 ◦ green 82 ◦ blue 110

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

Shades of Venice Blue #36526E

Tints of Venice Blue #36526E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 21.95%
G = 33.33%
B = 44.72%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36526E (or 0x36526E) is known color: Venice Blue. HEX triplet: 36, 52 and 6E. RGB value is (54,82,110). Sum of RGB (Red+Green+Blue) = 54+82+110=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #36526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36526E is #C9AD91. Grayscale: #4C4C4C. Windows color (decimal): -13217170 or 7230006. OLE color: 7230006.

HSL color Cylindrical-coordinate representation of color #36526E: hue angle of 210º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36526E is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 82 110 -
CMYK 0.51 0.25 0 0.57
HSL 210º 0.34% 0.32% -
HSV(B) 210º 0.51% 0.43% -
XYZ 7.35 7.94 15.9 -
YUV 76.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 54 82 110 0.51 0.25 0 0.57 210 0.34 0.32
Hex 36 52 6E 33 19 0 39 D2 22 20
Octal 66 122 156 63 31 0 71 322 42 40
Binary 110110 1010010 1101110 110011 11001 0 111001 11010010 100010 100000

Color Harmonies of #36526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36526E

Black with #36526E

Text Example


Text Example

White with #36526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36526E; }

 p { color: rgb(54,82,110); }

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

background-color css

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

 a { background-color: rgb(54,82,110); }

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

border-color css

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

 span { border-color: rgb(54,82,110); }

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