Html Css Color HEX #381CB6 Persian Blue

📋 copy color: '#381CB6'

red 56 ◦ green 28 ◦ blue 182

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

Shades of Persian Blue #381CB6

Tints of Persian Blue #381CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 68.42%

R = 21.05%
G = 10.53%
B = 68.42%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#381CB6 (or 0x381CB6) is known color: Persian Blue. HEX triplet: 38, 1C and B6. RGB value is (56,28,182). Sum of RGB (Red+Green+Blue) = 56+28+182=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 182 (71.48% from 255 or 68.42% from 266); Max value from RGB is 182 - color contains mainly: blue. Hex color #381CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CB6 is #C7E349. Grayscale: #353535. Windows color (decimal): -13099850 or 11934776. OLE color: 11934776.

HSL color Cylindrical-coordinate representation of color #381CB6: hue angle of 250.91º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381CB6 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 28 182 -
CMYK 0.69 0.85 0 0.29
HSL 250.91º 0.73% 0.41% -
HSV(B) 250.91º 0.85% 0.71% -
XYZ 10.49 5.05 44.68 -
YUV 53.93 200.28 129.48 -
System Red Green Blue C M Y K H S L
Decimal 56 28 182 0.69 0.85 0 0.29 250.91 0.73 0.41
Hex 38 1C B6 45 55 0 1D FB 49 29
Octal 70 34 266 105 125 0 35 373 111 51
Binary 111000 11100 10110110 1000101 1010101 0 11101 11111011 1001001 101001

Color Harmonies of #381CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CB6

Black with #381CB6

Text Example


Text Example

White with #381CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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