Html Css Color HEX #383DAC Persian Blue

📋 copy color: '#383DAC'

red 56 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #383DAC

Tints of Persian Blue #383DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.52%

R = 19.38%
G = 21.11%
B = 59.52%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#383DAC (or 0x383DAC) is known color: Persian Blue. HEX triplet: 38, 3D and AC. RGB value is (56,61,172). Sum of RGB (Red+Green+Blue) = 56+61+172=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #383DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383DAC is #C7C253. Grayscale: #474747. Windows color (decimal): -13091412 or 11287864. OLE color: 11287864.

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

Color convert

RGB 56 61 172 -
CMYK 0.67 0.65 0 0.33
HSL 237.41º 0.51% 0.45% -
HSV(B) 237.41º 0.67% 0.67% -
XYZ 10.75 7.16 39.84 -
YUV 72.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 56 61 172 0.67 0.65 0 0.33 237.41 0.51 0.45
Hex 38 3D AC 43 41 0 21 ED 33 2D
Octal 70 75 254 103 101 0 41 355 63 55
Binary 111000 111101 10101100 1000011 1000001 0 100001 11101101 110011 101101

Color Harmonies of #383DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DAC

Black with #383DAC

Text Example


Text Example

White with #383DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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