Html Css Color HEX #33506E Venice Blue

📋 copy color: '#33506E'

red 51 ◦ green 80 ◦ blue 110

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

Shades of Venice Blue #33506E

Tints of Venice Blue #33506E

RGB

 RED value IS 51 (20.31% from 255) = 21.16%

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

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

R = 21.16%
G = 33.2%
B = 45.64%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#33506E (or 0x33506E) is known color: Venice Blue. HEX triplet: 33, 50 and 6E. RGB value is (51,80,110). Sum of RGB (Red+Green+Blue) = 51+80+110=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #33506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33506E is #CCAF91. Grayscale: #4A4A4A. Windows color (decimal): -13414290 or 7229491. OLE color: 7229491.

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

Color convert

RGB 51 80 110 -
CMYK 0.54 0.27 0 0.57
HSL 210.51º 0.37% 0.32% -
HSV(B) 210.51º 0.54% 0.43% -
XYZ 7.05 7.57 15.84 -
YUV 74.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 51 80 110 0.54 0.27 0 0.57 210.51 0.37 0.32
Hex 33 50 6E 36 1B 0 39 D3 25 20
Octal 63 120 156 66 33 0 71 323 45 40
Binary 110011 1010000 1101110 110110 11011 0 111001 11010011 100101 100000

Color Harmonies of #33506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33506E

Black with #33506E

Text Example


Text Example

White with #33506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,80,110); }

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

background-color css

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

 a { background-color: rgb(51,80,110); }

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

border-color css

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

 span { border-color: rgb(51,80,110); }

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