Html Css Color HEX #381EBB Persian Blue

📋 copy color: '#381EBB'

red 56 ◦ green 30 ◦ blue 187

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

Shades of Persian Blue #381EBB

Tints of Persian Blue #381EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 20.51%
G = 10.99%
B = 68.5%

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

#381EBB (or 0x381EBB) is known color: Persian Blue. HEX triplet: 38, 1E and BB. RGB value is (56,30,187). Sum of RGB (Red+Green+Blue) = 56+30+187=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #381EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EBB is #C7E144. Grayscale: #373737. Windows color (decimal): -13099333 or 12262968. OLE color: 12262968.

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

Color convert

RGB 56 30 187 -
CMYK 0.70 0.84 0 0.27
HSL 249.94º 0.72% 0.43% -
HSV(B) 249.94º 0.84% 0.73% -
XYZ 11.06 5.36 47.46 -
YUV 55.67 202.11 128.23 -
System Red Green Blue C M Y K H S L
Decimal 56 30 187 0.70 0.84 0 0.27 249.94 0.72 0.43
Hex 38 1E BB 46 54 0 1B FA 48 2B
Octal 70 36 273 106 124 0 33 372 110 53
Binary 111000 11110 10111011 1000110 1010100 0 11011 11111010 1001000 101011

Color Harmonies of #381EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EBB

Black with #381EBB

Text Example


Text Example

White with #381EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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