Html Css Color HEX #35536D Venice Blue

📋 copy color: '#35536D'

red 53 ◦ green 83 ◦ blue 109

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

Shades of Venice Blue #35536D

Tints of Venice Blue #35536D

RGB

 RED value IS 53 (21.09% from 255) = 21.63%

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

 BLUE value IS 109 (42.97% from 255) = 44.49%

R = 21.63%
G = 33.88%
B = 44.49%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35536D (or 0x35536D) is known color: Venice Blue. HEX triplet: 35, 53 and 6D. RGB value is (53,83,109). Sum of RGB (Red+Green+Blue) = 53+83+109=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #35536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35536D is #CAAC92. Grayscale: #4C4C4C. Windows color (decimal): -13282451 or 7164725. OLE color: 7164725.

HSL color Cylindrical-coordinate representation of color #35536D: hue angle of 207.86º degrees, saturation: 0.35, 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 #35536D is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 83 109 -
CMYK 0.51 0.24 0 0.57
HSL 207.86º 0.35% 0.32% -
HSV(B) 207.86º 0.51% 0.43% -
XYZ 7.32 8.05 15.64 -
YUV 76.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 53 83 109 0.51 0.24 0 0.57 207.86 0.35 0.32
Hex 35 53 6D 33 18 0 39 D0 23 20
Octal 65 123 155 63 30 0 71 320 43 40
Binary 110101 1010011 1101101 110011 11000 0 111001 11010000 100011 100000

Color Harmonies of #35536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35536D

Black with #35536D

Text Example


Text Example

White with #35536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35536D; }

 p { color: rgb(53,83,109); }

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

background-color css

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

 a { background-color: rgb(53,83,109); }

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

border-color css

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

 span { border-color: rgb(53,83,109); }

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