#2241C4

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

Shades of Persian Blue #2241C4

Tints of Persian Blue #2241C4

Color information

#2241C4 (or 0x2241C4) is unknown color: approx Persian Blue. HEX triplet: 22, 41 and C4. RGB value is (34,65,196). Sum of RGB (Red+Green+Blue) = 34+65+196=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 196 (76.95% from 255 or 66.44% from 295); Max value from RGB is 196 - color contains mainly: blue. Hex color #2241C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2241C4 is #DDBE3B. Grayscale: #464646. Windows color (decimal): -14532156 or 12861730. OLE color: 12861730.

HSL color Cylindrical-coordinate representation of color #2241C4: hue angle of 228.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2241C4 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3465196-
CMYK0.830.6700.23
HSL228.52º70.43%45.1%-
HSV(B)228.52º82.65%76.86%-
XYZ12.518.1153.13-
YUV70.66198.73101.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.53%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 196 (76.95% from 255) = 66.44%
R=11.53%
G=22.03%
B=66.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal34651960.830.6700.23228.5270.4345.1
Hex2241C45343017e5462d
Octal4210130412310302734510655
Binary10001010000011100010010100111000011010111111001011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2241C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2241C4; }

 p { color: rgb(34,65,196); }

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

<style>
 a { background-color: #2241C4; }

 a { background-color: rgb(34,65,196); }

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

<style>
 span { border-color: #2241C4; }

 span { border-color: rgb(34,65,196); }

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