Html Css Color HEX #224B6F Venice Blue

📋 copy color: '#224B6F'

red 34 ◦ green 75 ◦ blue 111

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

Shades of Venice Blue #224B6F

Tints of Venice Blue #224B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.45%

R = 15.45%
G = 34.09%
B = 50.45%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#224B6F (or 0x224B6F) is known color: Venice Blue. HEX triplet: 22, 4B and 6F. RGB value is (34,75,111). Sum of RGB (Red+Green+Blue) = 34+75+111=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #224B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B6F is #DDB490. Grayscale: #424242. Windows color (decimal): -14529681 or 7293730. OLE color: 7293730.

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

Color convert

RGB 34 75 111 -
CMYK 0.69 0.32 0 0.56
HSL 208.05º 0.53% 0.28% -
HSV(B) 208.05º 0.69% 0.44% -
XYZ 6.05 6.52 15.98 -
YUV 66.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 34 75 111 0.69 0.32 0 0.56 208.05 0.53 0.28
Hex 22 4B 6F 45 20 0 38 D0 35 1C
Octal 42 113 157 105 40 0 70 320 65 34
Binary 100010 1001011 1101111 1000101 100000 0 111000 11010000 110101 11100

Color Harmonies of #224B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B6F

Black with #224B6F

Text Example


Text Example

White with #224B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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