Html Css Color HEX #383DAE Persian Blue

📋 copy color: '#383DAE'

red 56 ◦ green 61 ◦ blue 174

#383DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #383DAE

Tints of Persian Blue #383DAE

RGB

 RED value IS 56 (22.27% from 255) = 19.24%

 GREEN value IS 61 (24.22% from 255) = 20.96%

 BLUE value IS 174 (68.36% from 255) = 59.79%

R = 19.24%
G = 20.96%
B = 59.79%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#383DAE (or 0x383DAE) is known color: Persian Blue. HEX triplet: 38, 3D and AE. RGB value is (56,61,174). Sum of RGB (Red+Green+Blue) = 56+61+174=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #383DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383DAE is #C7C251. Grayscale: #474747. Windows color (decimal): -13091410 or 11418936. OLE color: 11418936.

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

Color convert

RGB 56 61 174 -
CMYK 0.68 0.65 0 0.32
HSL 237.46º 0.51% 0.45% -
HSV(B) 237.46º 0.68% 0.68% -
XYZ 10.94 7.23 40.86 -
YUV 72.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 56 61 174 0.68 0.65 0 0.32 237.46 0.51 0.45
Hex 38 3D AE 44 41 0 20 ED 33 2D
Octal 70 75 256 104 101 0 40 355 63 55
Binary 111000 111101 10101110 1000100 1000001 0 100000 11101101 110011 101101

Color Harmonies of #383DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DAE

Black with #383DAE

Text Example


Text Example

White with #383DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #383DAE;
 }
 .AnyTagClassName
 {
   color: #383DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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