Html Css Color HEX #225075 Venice Blue

📋 copy color: '#225075'

red 34 ◦ green 80 ◦ blue 117

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

Shades of Venice Blue #225075

Tints of Venice Blue #225075

RGB

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

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

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

R = 14.72%
G = 34.63%
B = 50.65%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#225075 (or 0x225075) is known color: Venice Blue. HEX triplet: 22, 50 and 75. RGB value is (34,80,117). Sum of RGB (Red+Green+Blue) = 34+80+117=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #225075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225075 is #DDAF8A. Grayscale: #464646. Windows color (decimal): -14528395 or 7688226. OLE color: 7688226.

HSL color Cylindrical-coordinate representation of color #225075: hue angle of 206.75º 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 #225075 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 80 117 -
CMYK 0.71 0.32 0 0.54
HSL 206.75º 0.55% 0.3% -
HSV(B) 206.75º 0.71% 0.46% -
XYZ 6.74 7.36 17.9 -
YUV 70.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 34 80 117 0.71 0.32 0 0.54 206.75 0.55 0.3
Hex 22 50 75 47 20 0 36 CF 37 1E
Octal 42 120 165 107 40 0 66 317 67 36
Binary 100010 1010000 1110101 1000111 100000 0 110110 11001111 110111 11110

Color Harmonies of #225075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225075

Black with #225075

Text Example


Text Example

White with #225075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225075; }

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

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

background-color css

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

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

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

border-color css

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

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

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