Html Css Color HEX #383CAE Persian Blue

📋 copy color: '#383CAE'

red 56 ◦ green 60 ◦ blue 174

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

Shades of Persian Blue #383CAE

Tints of Persian Blue #383CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.69%

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

R = 19.31%
G = 20.69%
B = 60%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#383CAE (or 0x383CAE) is known color: Persian Blue. HEX triplet: 38, 3C and AE. RGB value is (56,60,174). Sum of RGB (Red+Green+Blue) = 56+60+174=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #383CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383CAE is #C7C351. Grayscale: #474747. Windows color (decimal): -13091666 or 11418680. OLE color: 11418680.

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

Color convert

RGB 56 60 174 -
CMYK 0.68 0.66 0 0.32
HSL 237.97º 0.51% 0.45% -
HSV(B) 237.97º 0.68% 0.68% -
XYZ 10.89 7.13 40.85 -
YUV 71.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 56 60 174 0.68 0.66 0 0.32 237.97 0.51 0.45
Hex 38 3C AE 44 42 0 20 EE 33 2D
Octal 70 74 256 104 102 0 40 356 63 55
Binary 111000 111100 10101110 1000100 1000010 0 100000 11101110 110011 101101

Color Harmonies of #383CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CAE

Black with #383CAE

Text Example


Text Example

White with #383CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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