Html Css Color HEX #215075 Venice Blue

📋 copy color: '#215075'

red 33 ◦ green 80 ◦ blue 117

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

Shades of Venice Blue #215075

Tints of Venice Blue #215075

RGB

 RED value IS 33 (13.28% from 255) = 14.35%

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

 BLUE value IS 117 (46.09% from 255) = 50.87%

R = 14.35%
G = 34.78%
B = 50.87%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215075 (or 0x215075) is known color: Venice Blue. HEX triplet: 21, 50 and 75. RGB value is (33,80,117). Sum of RGB (Red+Green+Blue) = 33+80+117=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #215075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215075 is #DEAF8A. Grayscale: #454545. Windows color (decimal): -14593931 or 7688225. OLE color: 7688225.

HSL color Cylindrical-coordinate representation of color #215075: hue angle of 206.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215075 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 80 117 -
CMYK 0.72 0.32 0 0.54
HSL 206.43º 0.56% 0.29% -
HSV(B) 206.43º 0.72% 0.46% -
XYZ 6.71 7.35 17.89 -
YUV 70.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 33 80 117 0.72 0.32 0 0.54 206.43 0.56 0.29
Hex 21 50 75 48 20 0 36 CE 38 1D
Octal 41 120 165 110 40 0 66 316 70 35
Binary 100001 1010000 1110101 1001000 100000 0 110110 11001110 111000 11101

Color Harmonies of #215075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215075

Black with #215075

Text Example


Text Example

White with #215075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215075; }

 p { color: rgb(33,80,117); }

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

background-color css

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

 a { background-color: rgb(33,80,117); }

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

border-color css

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

 span { border-color: rgb(33,80,117); }

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