#2241B7

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

Shades of Persian Blue #2241B7

Tints of Persian Blue #2241B7

Color information

#2241B7 (or 0x2241B7) is unknown color: approx Persian Blue. HEX triplet: 22, 41 and B7. RGB value is (34,65,183). Sum of RGB (Red+Green+Blue) = 34+65+183=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 183 (71.88% from 255 or 64.89% from 282); Max value from RGB is 183 - color contains mainly: blue. Hex color #2241B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2241B7 is #DDBE48. Grayscale: #444444. Windows color (decimal): -14532169 or 12009762. OLE color: 12009762.

HSL color Cylindrical-coordinate representation of color #2241B7: hue angle of 227.52º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2241B7 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3465183-
CMYK0.810.6400.28
HSL227.52º68.66%42.55%-
HSV(B)227.52º81.42%71.76%-
XYZ11.17.5445.67-
YUV69.18192.23102.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 183 (71.88% from 255) = 64.89%
R=12.06%
G=23.05%
B=64.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal34651830.810.6400.28227.5268.6642.55
Hex2241B7514001Ce4452b
Octal4210126712110003434410553
Binary10001010000011011011110100011000000011100111001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2241B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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