Html Css Color HEX #383CAC Persian Blue

📋 copy color: '#383CAC'

red 56 ◦ green 60 ◦ blue 172

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

Shades of Persian Blue #383CAC

Tints of Persian Blue #383CAC

RGB

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

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

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

R = 19.44%
G = 20.83%
B = 59.72%

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

#383CAC (or 0x383CAC) is known color: Persian Blue. HEX triplet: 38, 3C and AC. RGB value is (56,60,172). Sum of RGB (Red+Green+Blue) = 56+60+172=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #383CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383CAC is #C7C353. Grayscale: #474747. Windows color (decimal): -13091668 or 11287608. OLE color: 11287608.

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

Color convert

RGB 56 60 172 -
CMYK 0.67 0.65 0 0.33
HSL 237.93º 0.51% 0.45% -
HSV(B) 237.93º 0.67% 0.67% -
XYZ 10.69 7.05 39.83 -
YUV 71.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 56 60 172 0.67 0.65 0 0.33 237.93 0.51 0.45
Hex 38 3C AC 43 41 0 21 EE 33 2D
Octal 70 74 254 103 101 0 41 356 63 55
Binary 111000 111100 10101100 1000011 1000001 0 100001 11101110 110011 101101

Color Harmonies of #383CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CAC

Black with #383CAC

Text Example


Text Example

White with #383CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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