#003BD0

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

Shades of Persian Blue #003BD0

Tints of Persian Blue #003BD0

Color information

#003BD0 (or 0x003BD0) is unknown color: approx Persian Blue. HEX triplet: 00, 3B and D0. RGB value is (0,59,208). Sum of RGB (Red+Green+Blue) = 0+59+208=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 208 (81.64% from 255 or 77.90% from 267); Max value from RGB is 208 - color contains mainly: blue. Hex color #003BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BD0 is #FFC42F. Grayscale: #393939. Windows color (decimal): -16761904 or 13646592. OLE color: 13646592.

HSL color Cylindrical-coordinate representation of color #003BD0: hue angle of 222.98º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BD0 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB059208-
CMYK10.7200.18
HSL222.98º100%40.78%-
HSV(B)222.98º100%81.57%-
XYZ12.957.6860.47-
YUV58.34212.4586.38-

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.10%
BLUE value IS 208 (81.64% from 255) = 77.90%
R=0%
G=22.10%
B=77.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal05920810.7200.18222.9810040.78
Hex03BD06448012df6429
Octal07332014411002233714451
Binary01110111101000011001001001000010010110111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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