Html Css Color HEX #381FCB Persian Blue

📋 copy color: '#381FCB'

red 56 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #381FCB

Tints of Persian Blue #381FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70%

R = 19.31%
G = 10.69%
B = 70%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#381FCB (or 0x381FCB) is known color: Persian Blue. HEX triplet: 38, 1F and CB. RGB value is (56,31,203). Sum of RGB (Red+Green+Blue) = 56+31+203=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #381FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FCB is #C7E034. Grayscale: #393939. Windows color (decimal): -13099061 or 13311800. OLE color: 13311800.

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

Color convert

RGB 56 31 203 -
CMYK 0.72 0.85 0 0.20
HSL 248.72º 0.74% 0.46% -
HSV(B) 248.72º 0.85% 0.8% -
XYZ 12.9 6.13 57 -
YUV 58.08 209.78 126.51 -
System Red Green Blue C M Y K H S L
Decimal 56 31 203 0.72 0.85 0 0.20 248.72 0.74 0.46
Hex 38 1F CB 48 55 0 14 F9 4A 2E
Octal 70 37 313 110 125 0 24 371 112 56
Binary 111000 11111 11001011 1001000 1010101 0 10100 11111001 1001010 101110

Color Harmonies of #381FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FCB

Black with #381FCB

Text Example


Text Example

White with #381FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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