Html Css Color HEX #224C6E Venice Blue

📋 copy color: '#224C6E'

red 34 ◦ green 76 ◦ blue 110

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

Shades of Venice Blue #224C6E

Tints of Venice Blue #224C6E

RGB

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

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

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

R = 15.45%
G = 34.55%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#224C6E (or 0x224C6E) is known color: Venice Blue. HEX triplet: 22, 4C and 6E. RGB value is (34,76,110). Sum of RGB (Red+Green+Blue) = 34+76+110=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #224C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C6E is #DDB391. Grayscale: #434343. Windows color (decimal): -14529426 or 7228450. OLE color: 7228450.

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

Color convert

RGB 34 76 110 -
CMYK 0.69 0.31 0 0.57
HSL 206.84º 0.53% 0.28% -
HSV(B) 206.84º 0.69% 0.43% -
XYZ 6.06 6.63 15.71 -
YUV 67.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 34 76 110 0.69 0.31 0 0.57 206.84 0.53 0.28
Hex 22 4C 6E 45 1F 0 39 CF 35 1C
Octal 42 114 156 105 37 0 71 317 65 34
Binary 100010 1001100 1101110 1000101 11111 0 111001 11001111 110101 11100

Color Harmonies of #224C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C6E

Black with #224C6E

Text Example


Text Example

White with #224C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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