#2244CC

Color #2244CC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2244CC

Tints of Persian Blue #2244CC

Color information

#2244CC (or 0x2244CC) is unknown color: approx Persian Blue. HEX triplet: 22, 44 and CC. RGB value is (34,68,204). Sum of RGB (Red+Green+Blue) = 34+68+204=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #2244CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2244CC is #DDBB33. Grayscale: #484848. Windows color (decimal): -14531380 or 13386786. OLE color: 13386786.

HSL color Cylindrical-coordinate representation of color #2244CC: hue angle of 228º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2244CC is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3468204-
CMYK0.830.6700.2
HSL228º71.43%46.67%-
HSV(B)228º83.33%80%-
XYZ13.638.8358.11-
YUV73.34201.7499.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.11%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 204 (80.08% from 255) = 66.67%
R=11.11%
G=22.22%
B=66.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal34682040.830.6700.222871.4346.67
Hex2244CC5343014e4472f
Octal4210431412310302434410757
Binary10001010001001100110010100111000011010100111001001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2244CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2244CC; }

 p { color: rgb(34,68,204); }

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

<style>
 a { background-color: #2244CC; }

 a { background-color: rgb(34,68,204); }

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

<style>
 span { border-color: #2244CC; }

 span { border-color: rgb(34,68,204); }

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