Html Css Color HEX #214B75 Venice Blue

📋 copy color: '#214B75'

red 33 ◦ green 75 ◦ blue 117

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

Shades of Venice Blue #214B75

Tints of Venice Blue #214B75

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.33%

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

R = 14.67%
G = 33.33%
B = 52%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214B75 (or 0x214B75) is known color: Venice Blue. HEX triplet: 21, 4B and 75. RGB value is (33,75,117). Sum of RGB (Red+Green+Blue) = 33+75+117=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #214B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B75 is #DEB48A. Grayscale: #434343. Windows color (decimal): -14595211 or 7686945. OLE color: 7686945.

HSL color Cylindrical-coordinate representation of color #214B75: hue angle of 210º 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 #214B75 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 75 117 -
CMYK 0.72 0.36 0 0.54
HSL 210º 0.56% 0.29% -
HSV(B) 210º 0.72% 0.46% -
XYZ 6.35 6.64 17.78 -
YUV 67.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 33 75 117 0.72 0.36 0 0.54 210 0.56 0.29
Hex 21 4B 75 48 24 0 36 D2 38 1D
Octal 41 113 165 110 44 0 66 322 70 35
Binary 100001 1001011 1110101 1001000 100100 0 110110 11010010 111000 11101

Color Harmonies of #214B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214B75

Black with #214B75

Text Example


Text Example

White with #214B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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