#2243b3

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

Shades of Persian Blue #2243B3

Tints of Persian Blue #2243B3

Color information

#2243B3 (or 0x2243B3) is unknown color: approx Persian Blue. HEX triplet: 22, 43 and B3. RGB value is (34,67,179). Sum of RGB (Red+Green+Blue) = 34+67+179=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 179 (70.31% from 255 or 63.93% from 280); Max value from RGB is 179 - color contains mainly: blue. Hex color #2243B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2243B3 is #DDBC4C. Grayscale: #454545. Windows color (decimal): -14531661 or 11748130. OLE color: 11748130.

HSL color Cylindrical-coordinate representation of color #2243B3: hue angle of 226.34º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2243B3 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3467179-
CMYK0.810.6300.30
HSL226.34º68.08%41.76%-
HSV(B)226.34º81.01%70.2%-
XYZ10.87.6143.55-
YUV69.9189.57102.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.14%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 179 (70.31% from 255) = 63.93%
R=12.14%
G=23.93%
B=63.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal34671790.810.6300.30226.3468.0841.76
Hex2243B3513F01Ee2442a
Octal421032631217703634210452
Binary1000101000011101100111010001111111011110111000101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2243b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2243b3; }

 p { color: rgb(34,67,179); }

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

<style>
 a { background-color: #2243b3; }

 a { background-color: rgb(34,67,179); }

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

<style>
 span { border-color: #2243b3; }

 span { border-color: rgb(34,67,179); }

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