Html Css Color HEX #381FBC Persian Blue

📋 copy color: '#381FBC'

red 56 ◦ green 31 ◦ blue 188

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

Shades of Persian Blue #381FBC

Tints of Persian Blue #381FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.27%

 BLUE value IS 188 (73.83% from 255) = 68.36%

R = 20.36%
G = 11.27%
B = 68.36%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#381FBC (or 0x381FBC) is known color: Persian Blue. HEX triplet: 38, 1F and BC. RGB value is (56,31,188). Sum of RGB (Red+Green+Blue) = 56+31+188=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #381FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FBC is #C7E043. Grayscale: #373737. Windows color (decimal): -13099076 or 12328760. OLE color: 12328760.

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

Color convert

RGB 56 31 188 -
CMYK 0.70 0.84 0 0.26
HSL 249.55º 0.72% 0.43% -
HSV(B) 249.55º 0.84% 0.74% -
XYZ 11.2 5.45 48.04 -
YUV 56.37 202.28 127.73 -
System Red Green Blue C M Y K H S L
Decimal 56 31 188 0.70 0.84 0 0.26 249.55 0.72 0.43
Hex 38 1F BC 46 54 0 1A FA 48 2B
Octal 70 37 274 106 124 0 32 372 110 53
Binary 111000 11111 10111100 1000110 1010100 0 11010 11111010 1001000 101011

Color Harmonies of #381FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FBC

Black with #381FBC

Text Example


Text Example

White with #381FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,31,188); }

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

background-color css

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

 a { background-color: rgb(56,31,188); }

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

border-color css

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

 span { border-color: rgb(56,31,188); }

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