#382EBE

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

Shades of Persian Blue #382EBE

Tints of Persian Blue #382EBE

Color information

#382EBE (or 0x382EBE) is unknown color: approx Persian Blue. HEX triplet: 38, 2E and BE. RGB value is (56,46,190). Sum of RGB (Red+Green+Blue) = 56+46+190=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #382EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382EBE is #C7D141. Grayscale: #404040. Windows color (decimal): -13095234 or 12463672. OLE color: 12463672.

HSL color Cylindrical-coordinate representation of color #382EBE: hue angle of 244.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382EBE is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5646190-
CMYK0.710.7600.25
HSL244.17º61.02%46.27%-
HSV(B)244.17º75.79%74.51%-
XYZ11.96.5149.34-
YUV65.41198.31121.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 46 (18.36% from 255) = 15.75%
BLUE value IS 190 (74.61% from 255) = 65.07%
R=19.18%
G=15.75%
B=65.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56461900.710.7600.25244.1761.0246.27
Hex382EBE474C019f43d2e
Octal70562761071140313647556
Binary111000101110101111101000111100110001100111110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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