#0C3CF4

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

Shades of Persian Blue #0C3CF4

Tints of Persian Blue #0C3CF4

Color information

#0C3CF4 (or 0x0C3CF4) is unknown color: approx Persian Blue. HEX triplet: 0C, 3C and F4. RGB value is (12,60,244). Sum of RGB (Red+Green+Blue) = 12+60+244=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 244 (95.70% from 255 or 77.22% from 316); Max value from RGB is 244 - color contains mainly: blue. Hex color #0C3CF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C3CF4 is #F3C30B. Grayscale: #414141. Windows color (decimal): -15975180 or 16006156. OLE color: 16006156.

HSL color Cylindrical-coordinate representation of color #0C3CF4: hue angle of 227.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C3CF4 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1260244-
CMYK0.950.7500.04
HSL227.59º91.34%50.2%-
HSV(B)227.59º95.08%95.69%-
XYZ18.19.8486.53-
YUV66.62228.189.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.80%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 244 (95.70% from 255) = 77.22%
R=3.80%
G=18.99%
B=77.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal12602440.950.7500.04227.5991.3450.2
HexC3CF45F4B04e45b32
Octal14743641371130434413362
Binary110011110011110100101111110010110100111001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,60,244); }

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

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

 a { background-color: rgb(12,60,244); }

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

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

 span { border-color: rgb(12,60,244); }

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