#003CCB

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

Shades of Persian Blue #003CCB

Tints of Persian Blue #003CCB

Color information

#003CCB (or 0x003CCB) is unknown color: approx Persian Blue. HEX triplet: 00, 3C and CB. RGB value is (0,60,203). Sum of RGB (Red+Green+Blue) = 0+60+203=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #003CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CCB is #FFC334. Grayscale: #393939. Windows color (decimal): -16761653 or 13319168. OLE color: 13319168.

HSL color Cylindrical-coordinate representation of color #003CCB: hue angle of 222.27º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CCB is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB060203-
CMYK10.7000.20
HSL222.27º100%39.8%-
HSV(B)222.27º100%79.61%-
XYZ12.47.5457.3-
YUV58.36209.6286.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 203 (79.69% from 255) = 77.19%
R=0%
G=22.81%
B=77.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal06020310.7000.20222.2710039.8
Hex03CCB6446014de6428
Octal07431314410602433614450
Binary01111001100101111001001000110010100110111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003CCB; }

 p { color: rgb(0,60,203); }

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

<style>
 a { background-color: #003CCB; }

 a { background-color: rgb(0,60,203); }

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

<style>
 span { border-color: #003CCB; }

 span { border-color: rgb(0,60,203); }

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