Html Css Color HEX #381FCE Persian Blue

📋 copy color: '#381FCE'

red 56 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #381FCE

Tints of Persian Blue #381FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.31%

R = 19.11%
G = 10.58%
B = 70.31%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#381FCE (or 0x381FCE) is known color: Persian Blue. HEX triplet: 38, 1F and CE. RGB value is (56,31,206). Sum of RGB (Red+Green+Blue) = 56+31+206=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #381FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FCE is #C7E031. Grayscale: #393939. Windows color (decimal): -13099058 or 13508408. OLE color: 13508408.

HSL color Cylindrical-coordinate representation of color #381FCE: hue angle of 248.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381FCE is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 31 206 -
CMYK 0.73 0.85 0 0.19
HSL 248.57º 0.74% 0.46% -
HSV(B) 248.57º 0.85% 0.81% -
XYZ 13.26 6.28 58.91 -
YUV 58.43 211.28 126.27 -
System Red Green Blue C M Y K H S L
Decimal 56 31 206 0.73 0.85 0 0.19 248.57 0.74 0.46
Hex 38 1F CE 49 55 0 13 F9 4A 2E
Octal 70 37 316 111 125 0 23 371 112 56
Binary 111000 11111 11001110 1001001 1010101 0 10011 11111001 1001010 101110

Color Harmonies of #381FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FCE

Black with #381FCE

Text Example


Text Example

White with #381FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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