Html Css Color HEX #224D6E Venice Blue

📋 copy color: '#224D6E'

red 34 ◦ green 77 ◦ blue 110

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

Shades of Venice Blue #224D6E

Tints of Venice Blue #224D6E

RGB

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

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

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

R = 15.38%
G = 34.84%
B = 49.77%

CMYK

 C value IS 0.69

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#224D6E (or 0x224D6E) is known color: Venice Blue. HEX triplet: 22, 4D and 6E. RGB value is (34,77,110). Sum of RGB (Red+Green+Blue) = 34+77+110=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #224D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D6E is #DDB291. Grayscale: #434343. Windows color (decimal): -14529170 or 7228706. OLE color: 7228706.

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

Color convert

RGB 34 77 110 -
CMYK 0.69 0.3 0 0.57
HSL 206.05º 0.53% 0.28% -
HSV(B) 206.05º 0.69% 0.43% -
XYZ 6.13 6.77 15.74 -
YUV 67.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 34 77 110 0.69 0.3 0 0.57 206.05 0.53 0.28
Hex 22 4D 6E 45 1E 0 39 CE 35 1C
Octal 42 115 156 105 36 0 71 316 65 34
Binary 100010 1001101 1101110 1000101 11110 0 111001 11001110 110101 11100

Color Harmonies of #224D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D6E

Black with #224D6E

Text Example


Text Example

White with #224D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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