Html Css Color HEX #382CBA Persian Blue

📋 copy color: '#382CBA'

red 56 ◦ green 44 ◦ blue 186

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

Shades of Persian Blue #382CBA

Tints of Persian Blue #382CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

 BLUE value IS 186 (73.05% from 255) = 65.03%

R = 19.58%
G = 15.38%
B = 65.03%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#382CBA (or 0x382CBA) is known color: Persian Blue. HEX triplet: 38, 2C and BA. RGB value is (56,44,186). Sum of RGB (Red+Green+Blue) = 56+44+186=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #382CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CBA is #C7D345. Grayscale: #3F3F3F. Windows color (decimal): -13095750 or 12201016. OLE color: 12201016.

HSL color Cylindrical-coordinate representation of color #382CBA: hue angle of 245.07º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382CBA is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 44 186 -
CMYK 0.70 0.76 0 0.27
HSL 245.07º 0.62% 0.45% -
HSV(B) 245.07º 0.76% 0.73% -
XYZ 11.39 6.19 47.05 -
YUV 63.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 56 44 186 0.70 0.76 0 0.27 245.07 0.62 0.45
Hex 38 2C BA 46 4C 0 1B F5 3E 2D
Octal 70 54 272 106 114 0 33 365 76 55
Binary 111000 101100 10111010 1000110 1001100 0 11011 11110101 111110 101101

Color Harmonies of #382CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382CBA

Black with #382CBA

Text Example


Text Example

White with #382CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382CBA; }

 p { color: rgb(56,44,186); }

 H1.HeaderClassName
 {
   color: #382CBA;
 }
 .AnyTagClassName
 {
   color: #382CBA;
 }
</style>

background-color css

<style>
 a { background-color: #382CBA; }

 a { background-color: rgb(56,44,186); }

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

border-color css

<style>
 span { border-color: #382CBA; }

 span { border-color: rgb(56,44,186); }

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