#382EDB

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

Shades of Persian Blue #382EDB

Tints of Persian Blue #382EDB

Color information

#382EDB (or 0x382EDB) is unknown color: approx Persian Blue. HEX triplet: 38, 2E and DB. RGB value is (56,46,219). Sum of RGB (Red+Green+Blue) = 56+46+219=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #382EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382EDB is #C7D124. Grayscale: #444444. Windows color (decimal): -13095205 or 14364216. OLE color: 14364216.

HSL color Cylindrical-coordinate representation of color #382EDB: hue angle of 243.47º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382EDB is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5646219-
CMYK0.740.7900.14
HSL243.47º70.61%51.96%-
HSV(B)243.47º79%85.88%-
XYZ15.397.9167.73-
YUV68.71212.81118.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 46 (18.36% from 255) = 14.33%
BLUE value IS 219 (85.94% from 255) = 68.22%
R=17.45%
G=14.33%
B=68.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal56462190.740.7900.14243.4770.6151.96
Hex382EDB4A4F0Ef34734
Octal705633311211701636310764
Binary111000101110110110111001010100111101110111100111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382EDB; }

 p { color: rgb(56,46,219); }

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

<style>
 a { background-color: #382EDB; }

 a { background-color: rgb(56,46,219); }

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

<style>
 span { border-color: #382EDB; }

 span { border-color: rgb(56,46,219); }

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