Html Css Color HEX #381BBF Persian Blue

📋 copy color: '#381BBF'

red 56 ◦ green 27 ◦ blue 191

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

Shades of Persian Blue #381BBF

Tints of Persian Blue #381BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.71%

R = 20.44%
G = 9.85%
B = 69.71%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#381BBF (or 0x381BBF) is known color: Persian Blue. HEX triplet: 38, 1B and BF. RGB value is (56,27,191). Sum of RGB (Red+Green+Blue) = 56+27+191=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #381BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BBF is #C7E440. Grayscale: #353535. Windows color (decimal): -13100097 or 12524344. OLE color: 12524344.

HSL color Cylindrical-coordinate representation of color #381BBF: hue angle of 250.61º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381BBF is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 27 191 -
CMYK 0.71 0.86 0 0.25
HSL 250.61º 0.75% 0.43% -
HSV(B) 250.61º 0.86% 0.75% -
XYZ 11.43 5.39 49.73 -
YUV 54.37 205.11 129.16 -
System Red Green Blue C M Y K H S L
Decimal 56 27 191 0.71 0.86 0 0.25 250.61 0.75 0.43
Hex 38 1B BF 47 56 0 19 FB 4B 2B
Octal 70 33 277 107 126 0 31 373 113 53
Binary 111000 11011 10111111 1000111 1010110 0 11001 11111011 1001011 101011

Color Harmonies of #381BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BBF

Black with #381BBF

Text Example


Text Example

White with #381BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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