#383BB1

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

Shades of Persian Blue #383BB1

Tints of Persian Blue #383BB1

Color information

#383BB1 (or 0x383BB1) is unknown color: approx Persian Blue. HEX triplet: 38, 3B and B1. RGB value is (56,59,177). Sum of RGB (Red+Green+Blue) = 56+59+177=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #383BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383BB1 is #C7C44E. Grayscale: #474747. Windows color (decimal): -13091919 or 11615032. OLE color: 11615032.

HSL color Cylindrical-coordinate representation of color #383BB1: hue angle of 238.51º 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 #383BB1 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5659177-
CMYK0.680.6700.31
HSL238.51º51.93%45.69%-
HSV(B)238.51º68.36%69.41%-
XYZ11.137.1442.39-
YUV71.55187.51116.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 177 (69.53% from 255) = 60.62%
R=19.18%
G=20.21%
B=60.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56591770.680.6700.31238.5151.9345.69
Hex383BB1444301Fef342e
Octal70732611041030373576456
Binary111000111011101100011000100100001101111111101111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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