Html Css Color HEX #381DBA Persian Blue

📋 copy color: '#381DBA'

red 56 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #381DBA

Tints of Persian Blue #381DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.7%

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

R = 20.66%
G = 10.7%
B = 68.63%

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

#381DBA (or 0x381DBA) is known color: Persian Blue. HEX triplet: 38, 1D and BA. RGB value is (56,29,186). Sum of RGB (Red+Green+Blue) = 56+29+186=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #381DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DBA is #C7E245. Grayscale: #363636. Windows color (decimal): -13099590 or 12197176. OLE color: 12197176.

HSL color Cylindrical-coordinate representation of color #381DBA: hue angle of 250.32º degrees, saturation: 0.73, 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 #381DBA is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 29 186 -
CMYK 0.70 0.84 0 0.27
HSL 250.32º 0.73% 0.42% -
HSV(B) 250.32º 0.84% 0.73% -
XYZ 10.93 5.26 46.89 -
YUV 54.97 201.95 128.73 -
System Red Green Blue C M Y K H S L
Decimal 56 29 186 0.70 0.84 0 0.27 250.32 0.73 0.42
Hex 38 1D BA 46 54 0 1B FA 49 2A
Octal 70 35 272 106 124 0 33 372 111 52
Binary 111000 11101 10111010 1000110 1010100 0 11011 11111010 1001001 101010

Color Harmonies of #381DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DBA

Black with #381DBA

Text Example


Text Example

White with #381DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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