Html Css Color HEX #381EC8 Persian Blue

📋 copy color: '#381EC8'

red 56 ◦ green 30 ◦ blue 200

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

Shades of Persian Blue #381EC8

Tints of Persian Blue #381EC8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.49%

 BLUE value IS 200 (78.52% from 255) = 69.93%

R = 19.58%
G = 10.49%
B = 69.93%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#381EC8 (or 0x381EC8) is known color: Persian Blue. HEX triplet: 38, 1E and C8. RGB value is (56,30,200). Sum of RGB (Red+Green+Blue) = 56+30+200=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 200 (78.52% from 255 or 69.93% from 286); Max value from RGB is 200 - color contains mainly: blue. Hex color #381EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EC8 is #C7E137. Grayscale: #383838. Windows color (decimal): -13099320 or 13114936. OLE color: 13114936.

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

Color convert

RGB 56 30 200 -
CMYK 0.72 0.85 0 0.22
HSL 249.18º 0.74% 0.45% -
HSV(B) 249.18º 0.85% 0.78% -
XYZ 12.52 5.94 55.13 -
YUV 57.15 208.61 127.18 -
System Red Green Blue C M Y K H S L
Decimal 56 30 200 0.72 0.85 0 0.22 249.18 0.74 0.45
Hex 38 1E C8 48 55 0 16 F9 4A 2D
Octal 70 36 310 110 125 0 26 371 112 55
Binary 111000 11110 11001000 1001000 1010101 0 10110 11111001 1001010 101101

Color Harmonies of #381EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EC8

Black with #381EC8

Text Example


Text Example

White with #381EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,30,200); }

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

background-color css

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

 a { background-color: rgb(56,30,200); }

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

border-color css

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

 span { border-color: rgb(56,30,200); }

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