Html Css Color HEX #224C6F Venice Blue

📋 copy color: '#224C6F'

red 34 ◦ green 76 ◦ blue 111

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

Shades of Venice Blue #224C6F

Tints of Venice Blue #224C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.39%

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

R = 15.38%
G = 34.39%
B = 50.23%

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

#224C6F (or 0x224C6F) is known color: Venice Blue. HEX triplet: 22, 4C and 6F. RGB value is (34,76,111). Sum of RGB (Red+Green+Blue) = 34+76+111=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #224C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C6F is #DDB390. Grayscale: #434343. Windows color (decimal): -14529425 or 7293986. OLE color: 7293986.

HSL color Cylindrical-coordinate representation of color #224C6F: hue angle of 207.27º 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 #224C6F is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 76 111 -
CMYK 0.69 0.32 0 0.56
HSL 207.27º 0.53% 0.28% -
HSV(B) 207.27º 0.69% 0.44% -
XYZ 6.11 6.66 16 -
YUV 67.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 34 76 111 0.69 0.32 0 0.56 207.27 0.53 0.28
Hex 22 4C 6F 45 20 0 38 CF 35 1C
Octal 42 114 157 105 40 0 70 317 65 34
Binary 100010 1001100 1101111 1000101 100000 0 111000 11001111 110101 11100

Color Harmonies of #224C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C6F

Black with #224C6F

Text Example


Text Example

White with #224C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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