Html Css Color HEX #33536F Venice Blue

📋 copy color: '#33536F'

red 51 ◦ green 83 ◦ blue 111

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

Shades of Venice Blue #33536F

Tints of Venice Blue #33536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

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

R = 20.82%
G = 33.88%
B = 45.31%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#33536F (or 0x33536F) is known color: Venice Blue. HEX triplet: 33, 53 and 6F. RGB value is (51,83,111). Sum of RGB (Red+Green+Blue) = 51+83+111=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 83 (32.81% from 255 or 33.88% 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 #33536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33536F is #CCAC90. Grayscale: #4C4C4C. Windows color (decimal): -13413521 or 7295795. OLE color: 7295795.

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

Color convert

RGB 51 83 111 -
CMYK 0.54 0.25 0 0.56
HSL 208º 0.37% 0.32% -
HSV(B) 208º 0.54% 0.44% -
XYZ 7.33 8.04 16.2 -
YUV 76.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 51 83 111 0.54 0.25 0 0.56 208 0.37 0.32
Hex 33 53 6F 36 19 0 38 D0 25 20
Octal 63 123 157 66 31 0 70 320 45 40
Binary 110011 1010011 1101111 110110 11001 0 111000 11010000 100101 100000

Color Harmonies of #33536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33536F

Black with #33536F

Text Example


Text Example

White with #33536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,83,111); }

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

background-color css

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

 a { background-color: rgb(51,83,111); }

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

border-color css

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

 span { border-color: rgb(51,83,111); }

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