Html Css Color HEX #224675 Venice Blue

📋 copy color: '#224675'

red 34 ◦ green 70 ◦ blue 117

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

Shades of Venice Blue #224675

Tints of Venice Blue #224675

RGB

 RED value IS 34 (13.67% from 255) = 15.38%

 GREEN value IS 70 (27.73% from 255) = 31.67%

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

R = 15.38%
G = 31.67%
B = 52.94%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#224675 (or 0x224675) is known color: Venice Blue. HEX triplet: 22, 46 and 75. RGB value is (34,70,117). Sum of RGB (Red+Green+Blue) = 34+70+117=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #224675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224675 is #DDB98A. Grayscale: #404040. Windows color (decimal): -14530955 or 7685666. OLE color: 7685666.

HSL color Cylindrical-coordinate representation of color #224675: hue angle of 213.98º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224675 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 70 117 -
CMYK 0.71 0.40 0 0.54
HSL 213.98º 0.55% 0.3% -
HSV(B) 213.98º 0.71% 0.46% -
XYZ 6.06 6 17.67 -
YUV 64.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 34 70 117 0.71 0.40 0 0.54 213.98 0.55 0.3
Hex 22 46 75 47 28 0 36 D6 37 1E
Octal 42 106 165 107 50 0 66 326 67 36
Binary 100010 1000110 1110101 1000111 101000 0 110110 11010110 110111 11110

Color Harmonies of #224675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224675

Black with #224675

Text Example


Text Example

White with #224675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224675; }

 p { color: rgb(34,70,117); }

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

background-color css

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

 a { background-color: rgb(34,70,117); }

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

border-color css

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

 span { border-color: rgb(34,70,117); }

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