#0326CE

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

Shades of Persian Blue #0326CE

Tints of Persian Blue #0326CE

Color information

#0326CE (or 0x0326CE) is unknown color: approx Persian Blue. HEX triplet: 03, 26 and CE. RGB value is (3,38,206). Sum of RGB (Red+Green+Blue) = 3+38+206=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #0326CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0326CE is #FCD931. Grayscale: #2D2D2D. Windows color (decimal): -16570674 or 13510147. OLE color: 13510147.

HSL color Cylindrical-coordinate representation of color #0326CE: hue angle of 229.66º 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 #0326CE is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB338206-
CMYK0.990.8200.19
HSL229.66º97.13%40.98%-
HSV(B)229.66º98.54%80.78%-
XYZ11.875.8658.9-
YUV46.69217.996.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 206 (80.86% from 255) = 83.40%
R=1.21%
G=15.38%
B=83.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3382060.990.8200.19229.6697.1340.98
Hex326CE6352013e66129
Octal34631614312202334614151
Binary111001101100111011000111010010010011111001101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0326CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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