#0c34ce

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

Shades of Persian Blue #0C34CE

Tints of Persian Blue #0C34CE

Color information

#0C34CE (or 0x0C34CE) is unknown color: approx Persian Blue. HEX triplet: 0C, 34 and CE. RGB value is (12,52,206). Sum of RGB (Red+Green+Blue) = 12+52+206=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C34CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C34CE is #F3CB31. Grayscale: #383838. Windows color (decimal): -15977266 or 13513740. OLE color: 13513740.

HSL color Cylindrical-coordinate representation of color #0C34CE: hue angle of 227.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C34CE is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1252206-
CMYK0.940.7500.19
HSL227.63º88.99%42.75%-
HSV(B)227.63º94.17%80.78%-
XYZ12.526.9959.08-
YUV57.6211.7595.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.44%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 206 (80.86% from 255) = 76.30%
R=4.44%
G=19.26%
B=76.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12522060.940.7500.19227.6388.9942.75
HexC34CE5E4B013e4592b
Octal146431613611302334413153
Binary11001101001100111010111101001011010011111001001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c34ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c34ce; }

 p { color: rgb(12,52,206); }

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

<style>
 a { background-color: #0c34ce; }

 a { background-color: rgb(12,52,206); }

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

<style>
 span { border-color: #0c34ce; }

 span { border-color: rgb(12,52,206); }

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