Html Css Color HEX #224D6F Venice Blue

📋 copy color: '#224D6F'

red 34 ◦ green 77 ◦ blue 111

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

Shades of Venice Blue #224D6F

Tints of Venice Blue #224D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.68%

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

R = 15.32%
G = 34.68%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#224D6F (or 0x224D6F) is known color: Venice Blue. HEX triplet: 22, 4D and 6F. RGB value is (34,77,111). Sum of RGB (Red+Green+Blue) = 34+77+111=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #224D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D6F is #DDB290. Grayscale: #434343. Windows color (decimal): -14529169 or 7294242. OLE color: 7294242.

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

Color convert

RGB 34 77 111 -
CMYK 0.69 0.31 0 0.56
HSL 206.49º 0.53% 0.28% -
HSV(B) 206.49º 0.69% 0.44% -
XYZ 6.18 6.8 16.02 -
YUV 68.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 34 77 111 0.69 0.31 0 0.56 206.49 0.53 0.28
Hex 22 4D 6F 45 1F 0 38 CE 35 1C
Octal 42 115 157 105 37 0 70 316 65 34
Binary 100010 1001101 1101111 1000101 11111 0 111000 11001110 110101 11100

Color Harmonies of #224D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D6F

Black with #224D6F

Text Example


Text Example

White with #224D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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