#0922C3

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

Shades of Persian Blue #0922C3

Tints of Persian Blue #0922C3

Color information

#0922C3 (or 0x0922C3) is unknown color: approx Persian Blue. HEX triplet: 09, 22 and C3. RGB value is (9,34,195). Sum of RGB (Red+Green+Blue) = 9+34+195=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 195 (76.56% from 255 or 81.93% from 238); Max value from RGB is 195 - color contains mainly: blue. Hex color #0922C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0922C3 is #F6DD3C. Grayscale: #2C2C2C. Windows color (decimal): -16178493 or 12788233. OLE color: 12788233.

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

Color convert

RGB934195-
CMYK0.950.8300.24
HSL231.94º91.18%40%-
HSV(B)231.94º95.38%76.47%-
XYZ10.545.1452.07-
YUV44.88212.72102.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 195 (76.56% from 255) = 81.93%
R=3.78%
G=14.29%
B=81.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9341950.950.8300.24231.9491.1840
Hex922C35F53018e85b28
Octal114230313712303035013350
Binary10011000101100001110111111010011011000111010001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0922C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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