Html Css Color HEX #382DB8 Persian Blue

📋 copy color: '#382DB8'

red 56 ◦ green 45 ◦ blue 184

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

Shades of Persian Blue #382DB8

Tints of Persian Blue #382DB8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

 BLUE value IS 184 (72.27% from 255) = 64.56%

R = 19.65%
G = 15.79%
B = 64.56%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#382DB8 (or 0x382DB8) is known color: Persian Blue. HEX triplet: 38, 2D and B8. RGB value is (56,45,184). Sum of RGB (Red+Green+Blue) = 56+45+184=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 184 (72.27% from 255 or 64.56% from 285); Max value from RGB is 184 - color contains mainly: blue. Hex color #382DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DB8 is #C7D247. Grayscale: #3F3F3F. Windows color (decimal): -13095496 or 12070200. OLE color: 12070200.

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

Color convert

RGB 56 45 184 -
CMYK 0.70 0.76 0 0.28
HSL 244.75º 0.61% 0.45% -
HSV(B) 244.75º 0.76% 0.72% -
XYZ 11.22 6.18 45.95 -
YUV 64.14 195.64 122.2 -
System Red Green Blue C M Y K H S L
Decimal 56 45 184 0.70 0.76 0 0.28 244.75 0.61 0.45
Hex 38 2D B8 46 4C 0 1C F5 3D 2D
Octal 70 55 270 106 114 0 34 365 75 55
Binary 111000 101101 10111000 1000110 1001100 0 11100 11110101 111101 101101

Color Harmonies of #382DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DB8

Black with #382DB8

Text Example


Text Example

White with #382DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,184); }

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

background-color css

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

 a { background-color: rgb(56,45,184); }

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

border-color css

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

 span { border-color: rgb(56,45,184); }

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