#3037CD

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

Shades of Persian Blue #3037CD

Tints of Persian Blue #3037CD

Color information

#3037CD (or 0x3037CD) is unknown color: approx Persian Blue. HEX triplet: 30, 37 and CD. RGB value is (48,55,205). Sum of RGB (Red+Green+Blue) = 48+55+205=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #3037CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3037CD is #CFC832. Grayscale: #454545. Windows color (decimal): -13617203 or 13449008. OLE color: 13449008.

HSL color Cylindrical-coordinate representation of color #3037CD: hue angle of 237.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3037CD is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4855205-
CMYK0.770.7300.20
HSL237.32º62.06%49.61%-
HSV(B)237.32º76.59%80.39%-
XYZ13.67.7758.54-
YUV70.01204.18112.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 205 (80.47% from 255) = 66.56%
R=15.58%
G=17.86%
B=66.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal48552050.770.7300.20237.3262.0649.61
Hex3037CD4D49014ed3e32
Octal60673151151110243557662
Binary110000110111110011011001101100100101010011101101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3037CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3037CD; }

 p { color: rgb(48,55,205); }

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

<style>
 a { background-color: #3037CD; }

 a { background-color: rgb(48,55,205); }

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

<style>
 span { border-color: #3037CD; }

 span { border-color: rgb(48,55,205); }

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