Html Css Color HEX #381CBE Persian Blue

📋 copy color: '#381CBE'

red 56 ◦ green 28 ◦ blue 190

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

Shades of Persian Blue #381CBE

Tints of Persian Blue #381CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.22%

 BLUE value IS 190 (74.61% from 255) = 69.34%

R = 20.44%
G = 10.22%
B = 69.34%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#381CBE (or 0x381CBE) is known color: Persian Blue. HEX triplet: 38, 1C and BE. RGB value is (56,28,190). Sum of RGB (Red+Green+Blue) = 56+28+190=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #381CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CBE is #C7E341. Grayscale: #363636. Windows color (decimal): -13099842 or 12459064. OLE color: 12459064.

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

Color convert

RGB 56 28 190 -
CMYK 0.71 0.85 0 0.25
HSL 250.37º 0.74% 0.43% -
HSV(B) 250.37º 0.85% 0.75% -
XYZ 11.34 5.39 49.16 -
YUV 54.84 204.28 128.83 -
System Red Green Blue C M Y K H S L
Decimal 56 28 190 0.71 0.85 0 0.25 250.37 0.74 0.43
Hex 38 1C BE 47 55 0 19 FA 4A 2B
Octal 70 34 276 107 125 0 31 372 112 53
Binary 111000 11100 10111110 1000111 1010101 0 11001 11111010 1001010 101011

Color Harmonies of #381CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CBE

Black with #381CBE

Text Example


Text Example

White with #381CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,28,190); }

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

background-color css

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

 a { background-color: rgb(56,28,190); }

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

border-color css

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

 span { border-color: rgb(56,28,190); }

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