#003BCB

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

Shades of Persian Blue #003BCB

Tints of Persian Blue #003BCB

Color information

#003BCB (or 0x003BCB) is unknown color: approx Persian Blue. HEX triplet: 00, 3B and CB. RGB value is (0,59,203). Sum of RGB (Red+Green+Blue) = 0+59+203=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #003BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BCB is #FFC434. Grayscale: #393939. Windows color (decimal): -16761909 or 13318912. OLE color: 13318912.

HSL color Cylindrical-coordinate representation of color #003BCB: hue angle of 222.56º 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 #003BCB is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB059203-
CMYK10.7100.20
HSL222.56º100%39.8%-
HSV(B)222.56º100%79.61%-
XYZ12.347.4457.29-
YUV57.77209.9586.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 22.52%
BLUE value IS 203 (79.69% from 255) = 77.48%
R=0%
G=22.52%
B=77.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal05920310.7100.20222.5610039.8
Hex03BCB6447014df6428
Octal07331314410702433714450
Binary01110111100101111001001000111010100110111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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