#383daf

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

Shades of Persian Blue #383DAF

Tints of Persian Blue #383DAF

Color information

#383DAF (or 0x383DAF) is unknown color: approx Persian Blue. HEX triplet: 38, 3D and AF. RGB value is (56,61,175). Sum of RGB (Red+Green+Blue) = 56+61+175=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #383DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383DAF is #C7C250. Grayscale: #484848. Windows color (decimal): -13091409 or 11484472. OLE color: 11484472.

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

Color convert

RGB5661175-
CMYK0.680.6500.31
HSL237.48º51.52%45.29%-
HSV(B)237.48º68%68.63%-
XYZ11.047.2741.38-
YUV72.5185.84116.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 61 (24.22% from 255) = 20.89%
BLUE value IS 175 (68.75% from 255) = 59.93%
R=19.18%
G=20.89%
B=59.93%

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
Decimal56611750.680.6500.31237.4851.5245.29
Hex383DAF444101Fed342d
Octal70752571041010373556455
Binary111000111101101011111000100100000101111111101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,61,175); }

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

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

 a { background-color: rgb(56,61,175); }

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

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

 span { border-color: rgb(56,61,175); }

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