Html Css Color HEX #224E6F Venice Blue

📋 copy color: '#224E6F'

red 34 ◦ green 78 ◦ blue 111

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

Shades of Venice Blue #224E6F

Tints of Venice Blue #224E6F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.98%

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

R = 15.25%
G = 34.98%
B = 49.78%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#224E6F (or 0x224E6F) is known color: Venice Blue. HEX triplet: 22, 4E and 6F. RGB value is (34,78,111). Sum of RGB (Red+Green+Blue) = 34+78+111=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #224E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E6F is #DDB190. Grayscale: #444444. Windows color (decimal): -14528913 or 7294498. OLE color: 7294498.

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

Color convert

RGB 34 78 111 -
CMYK 0.69 0.30 0 0.56
HSL 205.71º 0.53% 0.28% -
HSV(B) 205.71º 0.69% 0.44% -
XYZ 6.25 6.94 16.05 -
YUV 68.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 34 78 111 0.69 0.30 0 0.56 205.71 0.53 0.28
Hex 22 4E 6F 45 1E 0 38 CE 35 1C
Octal 42 116 157 105 36 0 70 316 65 34
Binary 100010 1001110 1101111 1000101 11110 0 111000 11001110 110101 11100

Color Harmonies of #224E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224E6F

Black with #224E6F

Text Example


Text Example

White with #224E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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