#383CB1

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

Shades of Persian Blue #383CB1

Tints of Persian Blue #383CB1

Color information

#383CB1 (or 0x383CB1) is unknown color: approx Persian Blue. HEX triplet: 38, 3C and B1. RGB value is (56,60,177). Sum of RGB (Red+Green+Blue) = 56+60+177=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #383CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383CB1 is #C7C34E. Grayscale: #474747. Windows color (decimal): -13091663 or 11615288. OLE color: 11615288.

HSL color Cylindrical-coordinate representation of color #383CB1: hue angle of 238.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383CB1 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5660177-
CMYK0.680.6600.31
HSL238.02º51.93%45.69%-
HSV(B)238.02º68.36%69.41%-
XYZ11.187.2542.4-
YUV72.14187.17116.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 177 (69.53% from 255) = 60.41%
R=19.11%
G=20.48%
B=60.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56601770.680.6600.31238.0251.9345.69
Hex383CB1444201Fee342e
Octal70742611041020373566456
Binary111000111100101100011000100100001001111111101110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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