Html Css Color HEX #383EAC Persian Blue

📋 copy color: '#383EAC'

red 56 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #383EAC

Tints of Persian Blue #383EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.38%

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

R = 19.31%
G = 21.38%
B = 59.31%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#383EAC (or 0x383EAC) is known color: Persian Blue. HEX triplet: 38, 3E and AC. RGB value is (56,62,172). Sum of RGB (Red+Green+Blue) = 56+62+172=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #383EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383EAC is #C7C153. Grayscale: #484848. Windows color (decimal): -13091156 or 11288120. OLE color: 11288120.

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

Color convert

RGB 56 62 172 -
CMYK 0.67 0.64 0 0.33
HSL 236.9º 0.51% 0.45% -
HSV(B) 236.9º 0.67% 0.67% -
XYZ 10.8 7.26 39.86 -
YUV 72.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 56 62 172 0.67 0.64 0 0.33 236.9 0.51 0.45
Hex 38 3E AC 43 40 0 21 ED 33 2D
Octal 70 76 254 103 100 0 41 355 63 55
Binary 111000 111110 10101100 1000011 1000000 0 100001 11101101 110011 101101

Color Harmonies of #383EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383EAC

Black with #383EAC

Text Example


Text Example

White with #383EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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