Html Css Color HEX #383FAD Persian Blue

📋 copy color: '#383FAD'

red 56 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #383FAD

Tints of Persian Blue #383FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

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

R = 19.18%
G = 21.58%
B = 59.25%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#383FAD (or 0x383FAD) is known color: Persian Blue. HEX triplet: 38, 3F and AD. RGB value is (56,63,173). Sum of RGB (Red+Green+Blue) = 56+63+173=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #383FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383FAD is #C7C052. Grayscale: #494949. Windows color (decimal): -13090899 or 11353912. OLE color: 11353912.

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

Color convert

RGB 56 63 173 -
CMYK 0.68 0.64 0 0.32
HSL 236.41º 0.51% 0.45% -
HSV(B) 236.41º 0.68% 0.68% -
XYZ 10.95 7.41 40.39 -
YUV 73.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 56 63 173 0.68 0.64 0 0.32 236.41 0.51 0.45
Hex 38 3F AD 44 40 0 20 EC 33 2D
Octal 70 77 255 104 100 0 40 354 63 55
Binary 111000 111111 10101101 1000100 1000000 0 100000 11101100 110011 101101

Color Harmonies of #383FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FAD

Black with #383FAD

Text Example


Text Example

White with #383FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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