#222B48

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

Shades of Bunting #222B48

Tints of Bunting #222B48

Color information

#222B48 (or 0x222B48) is unknown color: approx Bunting. HEX triplet: 22, 2B and 48. RGB value is (34,43,72). Sum of RGB (Red+Green+Blue) = 34+43+72=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #222B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222B48 is #DDD4B7. Grayscale: #2B2B2B. Windows color (decimal): -14537912 or 4729634. OLE color: 4729634.

HSL color Cylindrical-coordinate representation of color #222B48: hue angle of 225.79º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #222B48 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB344372-
CMYK0.530.4000.72
HSL225.79º35.85%20.78%-
HSV(B)225.79º52.78%28.24%-
XYZ2.692.546.48-
YUV43.61144.02121.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 43 (17.19% from 255) = 28.86%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=22.82%
G=28.86%
B=48.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3443720.530.4000.72225.7935.8520.78
Hex222B483528048e22415
Octal4253110655001103424425
Binary1000101010111001000110101101000010010001110001010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,43,72); }

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

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

 a { background-color: rgb(34,43,72); }

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

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

 span { border-color: rgb(34,43,72); }

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