Html Css Color HEX #224B75 Venice Blue

📋 copy color: '#224B75'

red 34 ◦ green 75 ◦ blue 117

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

Shades of Venice Blue #224B75

Tints of Venice Blue #224B75

RGB

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

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

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

R = 15.04%
G = 33.19%
B = 51.77%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#224B75 (or 0x224B75) is known color: Venice Blue. HEX triplet: 22, 4B and 75. RGB value is (34,75,117). Sum of RGB (Red+Green+Blue) = 34+75+117=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #224B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B75 is #DDB48A. Grayscale: #434343. Windows color (decimal): -14529675 or 7686946. OLE color: 7686946.

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

Color convert

RGB 34 75 117 -
CMYK 0.71 0.36 0 0.54
HSL 210.36º 0.55% 0.3% -
HSV(B) 210.36º 0.71% 0.46% -
XYZ 6.39 6.66 17.78 -
YUV 67.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 34 75 117 0.71 0.36 0 0.54 210.36 0.55 0.3
Hex 22 4B 75 47 24 0 36 D2 37 1E
Octal 42 113 165 107 44 0 66 322 67 36
Binary 100010 1001011 1110101 1000111 100100 0 110110 11010010 110111 11110

Color Harmonies of #224B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B75

Black with #224B75

Text Example


Text Example

White with #224B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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