#003BDD

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

Shades of Persian Blue #003BDD

Tints of Persian Blue #003BDD

Color information

#003BDD (or 0x003BDD) is unknown color: approx Persian Blue. HEX triplet: 00, 3B and DD. RGB value is (0,59,221). Sum of RGB (Red+Green+Blue) = 0+59+221=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #003BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BDD is #FFC422. Grayscale: #3B3B3B. Windows color (decimal): -16761891 or 14498560. OLE color: 14498560.

HSL color Cylindrical-coordinate representation of color #003BDD: hue angle of 223.98º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BDD is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB059221-
CMYK10.7300.13
HSL223.98º100%43.33%-
HSV(B)223.98º100%86.67%-
XYZ14.628.3569.25-
YUV59.83218.9585.33-

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) = 21.07%
BLUE value IS 221 (86.72% from 255) = 78.93%
R=0%
G=21.07%
B=78.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal05922110.7300.13223.9810043.33
Hex03BDD64490De0642b
Octal07333514411101534014453
Binary0111011110111011100100100100101101111000001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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