Html Css Color HEX #381EBA Persian Blue

📋 copy color: '#381EBA'

red 56 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #381EBA

Tints of Persian Blue #381EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.03%

 BLUE value IS 186 (73.05% from 255) = 68.38%

R = 20.59%
G = 11.03%
B = 68.38%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#381EBA (or 0x381EBA) is known color: Persian Blue. HEX triplet: 38, 1E and BA. RGB value is (56,30,186). Sum of RGB (Red+Green+Blue) = 56+30+186=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #381EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EBA is #C7E145. Grayscale: #363636. Windows color (decimal): -13099334 or 12197432. OLE color: 12197432.

HSL color Cylindrical-coordinate representation of color #381EBA: hue angle of 250º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381EBA is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 30 186 -
CMYK 0.70 0.84 0 0.27
HSL 250º 0.72% 0.42% -
HSV(B) 250º 0.84% 0.73% -
XYZ 10.96 5.31 46.9 -
YUV 55.56 201.61 128.32 -
System Red Green Blue C M Y K H S L
Decimal 56 30 186 0.70 0.84 0 0.27 250 0.72 0.42
Hex 38 1E BA 46 54 0 1B FA 48 2A
Octal 70 36 272 106 124 0 33 372 110 52
Binary 111000 11110 10111010 1000110 1010100 0 11011 11111010 1001000 101010

Color Harmonies of #381EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EBA

Black with #381EBA

Text Example


Text Example

White with #381EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381EBA; }

 p { color: rgb(56,30,186); }

 H1.HeaderClassName
 {
   color: #381EBA;
 }
 .AnyTagClassName
 {
   color: #381EBA;
 }
</style>

background-color css

<style>
 a { background-color: #381EBA; }

 a { background-color: rgb(56,30,186); }

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

border-color css

<style>
 span { border-color: #381EBA; }

 span { border-color: rgb(56,30,186); }

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