#0324CE

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

Shades of Persian Blue #0324CE

Tints of Persian Blue #0324CE

Color information

#0324CE (or 0x0324CE) is unknown color: approx Persian Blue. HEX triplet: 03, 24 and CE. RGB value is (3,36,206). Sum of RGB (Red+Green+Blue) = 3+36+206=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 206 (80.86% from 255 or 84.08% from 245); Max value from RGB is 206 - color contains mainly: blue. Hex color #0324CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0324CE is #FCDB31. Grayscale: #2C2C2C. Windows color (decimal): -16571186 or 13509635. OLE color: 13509635.

HSL color Cylindrical-coordinate representation of color #0324CE: hue angle of 230.25º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0324CE is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB336206-
CMYK0.990.8300.19
HSL230.25º97.13%40.98%-
HSV(B)230.25º98.54%80.78%-
XYZ11.815.7458.88-
YUV45.51218.5797.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 36 (14.45% from 255) = 14.69%
BLUE value IS 206 (80.86% from 255) = 84.08%
R=1.22%
G=14.69%
B=84.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3362060.990.8300.19230.2597.1340.98
Hex324CE6353013e66129
Octal34431614312302334614151
Binary111001001100111011000111010011010011111001101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0324CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0324CE; }

 p { color: rgb(3,36,206); }

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

<style>
 a { background-color: #0324CE; }

 a { background-color: rgb(3,36,206); }

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

<style>
 span { border-color: #0324CE; }

 span { border-color: rgb(3,36,206); }

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