#382DBC

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

Shades of Persian Blue #382DBC

Tints of Persian Blue #382DBC

Color information

#382DBC (or 0x382DBC) is unknown color: approx Persian Blue. HEX triplet: 38, 2D and BC. RGB value is (56,45,188). Sum of RGB (Red+Green+Blue) = 56+45+188=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #382DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DBC is #C7D243. Grayscale: #404040. Windows color (decimal): -13095492 or 12332344. OLE color: 12332344.

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

Color convert

RGB5645188-
CMYK0.700.7600.26
HSL244.62º61.37%45.69%-
HSV(B)244.62º76.06%73.73%-
XYZ11.656.3548.19-
YUV64.59197.64121.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 45 (17.97% from 255) = 15.57%
BLUE value IS 188 (73.83% from 255) = 65.05%
R=19.38%
G=15.57%
B=65.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56451880.700.7600.26244.6261.3745.69
Hex382DBC464C01Af53d2e
Octal70552741061140323657556
Binary111000101101101111001000110100110001101011110101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,45,188); }

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

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

 a { background-color: rgb(56,45,188); }

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

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

 span { border-color: rgb(56,45,188); }

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