#382DCC

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

Shades of Persian Blue #382DCC

Tints of Persian Blue #382DCC

Color information

#382DCC (or 0x382DCC) is unknown color: approx Persian Blue. HEX triplet: 38, 2D and CC. RGB value is (56,45,204). Sum of RGB (Red+Green+Blue) = 56+45+204=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #382DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DCC is #C7D233. Grayscale: #414141. Windows color (decimal): -13095476 or 13380920. OLE color: 13380920.

HSL color Cylindrical-coordinate representation of color #382DCC: hue angle of 244.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #382DCC is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5645204-
CMYK0.730.7800.2
HSL244.15º63.86%48.82%-
HSV(B)244.15º77.94%80%-
XYZ13.477.0857.78-
YUV66.41205.64120.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 45 (17.97% from 255) = 14.75%
BLUE value IS 204 (80.08% from 255) = 66.89%
R=18.36%
G=14.75%
B=66.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal56452040.730.7800.2244.1563.8648.82
Hex382DCC494E014f44031
Octal705531411111602436410061
Binary1110001011011100110010010011001110010100111101001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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