Html Css Color HEX #383DAD Persian Blue

📋 copy color: '#383DAD'

red 56 ◦ green 61 ◦ blue 173

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

Shades of Persian Blue #383DAD

Tints of Persian Blue #383DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.66%

R = 19.31%
G = 21.03%
B = 59.66%

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

#383DAD (or 0x383DAD) is known color: Persian Blue. HEX triplet: 38, 3D and AD. RGB value is (56,61,173). Sum of RGB (Red+Green+Blue) = 56+61+173=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #383DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383DAD is #C7C252. Grayscale: #474747. Windows color (decimal): -13091411 or 11353400. OLE color: 11353400.

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

Color convert

RGB 56 61 173 -
CMYK 0.68 0.65 0 0.32
HSL 237.44º 0.51% 0.45% -
HSV(B) 237.44º 0.68% 0.68% -
XYZ 10.84 7.2 40.35 -
YUV 72.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 56 61 173 0.68 0.65 0 0.32 237.44 0.51 0.45
Hex 38 3D AD 44 41 0 20 ED 33 2D
Octal 70 75 255 104 101 0 40 355 63 55
Binary 111000 111101 10101101 1000100 1000001 0 100000 11101101 110011 101101

Color Harmonies of #383DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DAD

Black with #383DAD

Text Example


Text Example

White with #383DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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