#222F4E

Color #222F4E Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #222F4E

Tints of Bunting #222F4E

Color information

#222F4E (or 0x222F4E) is unknown color: approx Bunting. HEX triplet: 22, 2F and 4E. RGB value is (34,47,78). Sum of RGB (Red+Green+Blue) = 34+47+78=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #222F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222F4E is #DDD0B1. Grayscale: #2E2E2E. Windows color (decimal): -14536882 or 5123874. OLE color: 5123874.

HSL color Cylindrical-coordinate representation of color #222F4E: hue angle of 222.27º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #222F4E is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB344778-
CMYK0.560.4000.69
HSL222.27º39.29%21.96%-
HSV(B)222.27º56.41%30.59%-
XYZ3.052.927.61-
YUV46.65145.69118.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=21.38%
G=29.56%
B=49.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3447780.560.4000.69222.2739.2921.96
Hex222F4E3828045de2716
Octal4257116705001053364726
Binary1000101011111001110111000101000010001011101111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222F4E; }

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

 H1.HeaderClassName
 {
   color: #222F4E;
 }
 .AnyTagClassName
 {
   color: #222F4E;
 }
</style>
background-color css

<style>
 a { background-color: #222F4E; }

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

 div.DivClassName
 {
   background-color: #222F4E;
 }
 .BgClassName
 {
   background-color: #222F4E;
 }
</style>
border-color css

<style>
 span { border-color: #222F4E; }

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

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