#383CBA

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

Shades of Persian Blue #383CBA

Tints of Persian Blue #383CBA

Color information

#383CBA (or 0x383CBA) is unknown color: approx Persian Blue. HEX triplet: 38, 3C and BA. RGB value is (56,60,186). Sum of RGB (Red+Green+Blue) = 56+60+186=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #383CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CBA is #C7C345. Grayscale: #484848. Windows color (decimal): -13091654 or 12205112. OLE color: 12205112.

HSL color Cylindrical-coordinate representation of color #383CBA: hue angle of 238.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383CBA is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5660186-
CMYK0.700.6800.27
HSL238.15º53.72%47.45%-
HSV(B)238.15º69.89%72.94%-
XYZ12.117.6247.29-
YUV73.17191.67115.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 60 (23.83% from 255) = 19.87%
BLUE value IS 186 (73.05% from 255) = 61.59%
R=18.54%
G=19.87%
B=61.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56601860.700.6800.27238.1553.7247.45
Hex383CBA464401Bee362f
Octal70742721061040333566657
Binary111000111100101110101000110100010001101111101110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383CBA; }

 p { color: rgb(56,60,186); }

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

<style>
 a { background-color: #383CBA; }

 a { background-color: rgb(56,60,186); }

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

<style>
 span { border-color: #383CBA; }

 span { border-color: rgb(56,60,186); }

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