#383EB0

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

Shades of Persian Blue #383EB0

Tints of Persian Blue #383EB0

Color information

#383EB0 (or 0x383EB0) is unknown color: approx Persian Blue. HEX triplet: 38, 3E and B0. RGB value is (56,62,176). Sum of RGB (Red+Green+Blue) = 56+62+176=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 176 (69.14% from 255 or 59.86% from 294); Max value from RGB is 176 - color contains mainly: blue. Hex color #383EB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383EB0 is #C7C14F. Grayscale: #484848. Windows color (decimal): -13091152 or 11550264. OLE color: 11550264.

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

Color convert

RGB5662176-
CMYK0.680.6500.31
HSL237º51.72%45.49%-
HSV(B)237º68.18%69.02%-
XYZ11.197.4241.92-
YUV73.2186.01115.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 176 (69.14% from 255) = 59.86%
R=19.05%
G=21.09%
B=59.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56621760.680.6500.3123751.7245.49
Hex383EB0444101Fed342d
Octal70762601041010373556455
Binary111000111110101100001000100100000101111111101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,62,176); }

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

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

 a { background-color: rgb(56,62,176); }

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

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

 span { border-color: rgb(56,62,176); }

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