Html Css Color HEX #224B6E Venice Blue

📋 copy color: '#224B6E'

red 34 ◦ green 75 ◦ blue 110

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

Shades of Venice Blue #224B6E

Tints of Venice Blue #224B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.23%

R = 15.53%
G = 34.25%
B = 50.23%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#224B6E (or 0x224B6E) is known color: Venice Blue. HEX triplet: 22, 4B and 6E. RGB value is (34,75,110). Sum of RGB (Red+Green+Blue) = 34+75+110=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #224B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B6E is #DDB491. Grayscale: #424242. Windows color (decimal): -14529682 or 7228194. OLE color: 7228194.

HSL color Cylindrical-coordinate representation of color #224B6E: hue angle of 207.63º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #224B6E is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 34 75 110 -
CMYK 0.69 0.32 0 0.57
HSL 207.63º 0.53% 0.28% -
HSV(B) 207.63º 0.69% 0.43% -
XYZ 5.99 6.5 15.69 -
YUV 66.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 34 75 110 0.69 0.32 0 0.57 207.63 0.53 0.28
Hex 22 4B 6E 45 20 0 39 D0 35 1C
Octal 42 113 156 105 40 0 71 320 65 34
Binary 100010 1001011 1101110 1000101 100000 0 111001 11010000 110101 11100

Color Harmonies of #224B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B6E

Black with #224B6E

Text Example


Text Example

White with #224B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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