#2227C3

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

Shades of Persian Blue #2227C3

Tints of Persian Blue #2227C3

Color information

#2227C3 (or 0x2227C3) is unknown color: approx Persian Blue. HEX triplet: 22, 27 and C3. RGB value is (34,39,195). Sum of RGB (Red+Green+Blue) = 34+39+195=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 195 (76.56% from 255 or 72.76% from 268); Max value from RGB is 195 - color contains mainly: blue. Hex color #2227C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2227C3 is #DDD83C. Grayscale: #363636. Windows color (decimal): -14538813 or 12789538. OLE color: 12789538.

HSL color Cylindrical-coordinate representation of color #2227C3: hue angle of 238.14º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2227C3 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3439195-
CMYK0.830.8000.24
HSL238.14º70.31%44.9%-
HSV(B)238.14º82.56%76.47%-
XYZ11.245.7352.14-
YUV55.29206.84112.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.69%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 195 (76.56% from 255) = 72.76%
R=12.69%
G=14.55%
B=72.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34391950.830.8000.24238.1470.3144.9
Hex2227C35350018ee462d
Octal424730312312003035610655
Binary1000101001111100001110100111010000011000111011101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2227C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2227C3; }

 p { color: rgb(34,39,195); }

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

<style>
 a { background-color: #2227C3; }

 a { background-color: rgb(34,39,195); }

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

<style>
 span { border-color: #2227C3; }

 span { border-color: rgb(34,39,195); }

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