#3730CD

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

Shades of Persian Blue #3730CD

Tints of Persian Blue #3730CD

Color information

#3730CD (or 0x3730CD) is unknown color: approx Persian Blue. HEX triplet: 37, 30 and CD. RGB value is (55,48,205). Sum of RGB (Red+Green+Blue) = 55+48+205=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 48 (19.14% from 255 or 15.58% 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 #3730CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3730CD is #C8CF32. Grayscale: #434343. Windows color (decimal): -13160243 or 13447223. OLE color: 13447223.

HSL color Cylindrical-coordinate representation of color #3730CD: hue angle of 242.68º 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 #3730CD is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5548205-
CMYK0.730.7700.20
HSL242.68º62.06%49.61%-
HSV(B)242.68º76.59%80.39%-
XYZ13.657.3358.45-
YUV67.99205.32118.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55482050.730.7700.20242.6862.0649.61
Hex3730CD494D014f33e32
Octal67603151111150243637662
Binary110111110000110011011001001100110101010011110011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3730CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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