Html Css Color HEX #381BBB Persian Blue

📋 copy color: '#381BBB'

red 56 ◦ green 27 ◦ blue 187

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

Shades of Persian Blue #381BBB

Tints of Persian Blue #381BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

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

R = 20.74%
G = 10%
B = 69.26%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#381BBB (or 0x381BBB) is known color: Persian Blue. HEX triplet: 38, 1B and BB. RGB value is (56,27,187). Sum of RGB (Red+Green+Blue) = 56+27+187=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #381BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BBB is #C7E444. Grayscale: #353535. Windows color (decimal): -13100101 or 12262200. OLE color: 12262200.

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

Color convert

RGB 56 27 187 -
CMYK 0.70 0.86 0 0.27
HSL 250.88º 0.75% 0.42% -
HSV(B) 250.88º 0.86% 0.73% -
XYZ 10.99 5.21 47.44 -
YUV 53.91 203.11 129.49 -
System Red Green Blue C M Y K H S L
Decimal 56 27 187 0.70 0.86 0 0.27 250.88 0.75 0.42
Hex 38 1B BB 46 56 0 1B FB 4B 2A
Octal 70 33 273 106 126 0 33 373 113 52
Binary 111000 11011 10111011 1000110 1010110 0 11011 11111011 1001011 101010

Color Harmonies of #381BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BBB

Black with #381BBB

Text Example


Text Example

White with #381BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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