Html Css Color HEX #382EB2 Persian Blue

📋 copy color: '#382EB2'

red 56 ◦ green 46 ◦ blue 178

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

Shades of Persian Blue #382EB2

Tints of Persian Blue #382EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.43%

 BLUE value IS 178 (69.92% from 255) = 63.57%

R = 20%
G = 16.43%
B = 63.57%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#382EB2 (or 0x382EB2) is known color: Persian Blue. HEX triplet: 38, 2E and B2. RGB value is (56,46,178). Sum of RGB (Red+Green+Blue) = 56+46+178=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 178 (69.92% from 255 or 63.57% from 280); Max value from RGB is 178 - color contains mainly: blue. Hex color #382EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382EB2 is #C7D14D. Grayscale: #3F3F3F. Windows color (decimal): -13095246 or 11677240. OLE color: 11677240.

HSL color Cylindrical-coordinate representation of color #382EB2: hue angle of 244.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #382EB2 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 46 178 -
CMYK 0.69 0.74 0 0.30
HSL 244.55º 0.59% 0.44% -
HSV(B) 244.55º 0.74% 0.7% -
XYZ 10.64 6.01 42.72 -
YUV 64.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 56 46 178 0.69 0.74 0 0.30 244.55 0.59 0.44
Hex 38 2E B2 45 4A 0 1E F5 3B 2C
Octal 70 56 262 105 112 0 36 365 73 54
Binary 111000 101110 10110010 1000101 1001010 0 11110 11110101 111011 101100

Color Harmonies of #382EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EB2

Black with #382EB2

Text Example


Text Example

White with #382EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,46,178); }

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

background-color css

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

 a { background-color: rgb(56,46,178); }

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

border-color css

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

 span { border-color: rgb(56,46,178); }

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