Html Css Color HEX #382DBE Persian Blue

📋 copy color: '#382DBE'

red 56 ◦ green 45 ◦ blue 190

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

Shades of Persian Blue #382DBE

Tints of Persian Blue #382DBE

RGB

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

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

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

R = 19.24%
G = 15.46%
B = 65.29%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#382DBE (or 0x382DBE) is known color: Persian Blue. HEX triplet: 38, 2D and BE. RGB value is (56,45,190). Sum of RGB (Red+Green+Blue) = 56+45+190=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #382DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DBE is #C7D241. Grayscale: #404040. Windows color (decimal): -13095490 or 12463416. OLE color: 12463416.

HSL color Cylindrical-coordinate representation of color #382DBE: hue angle of 244.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382DBE is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 45 190 -
CMYK 0.71 0.76 0 0.25
HSL 244.55º 0.62% 0.46% -
HSV(B) 244.55º 0.76% 0.75% -
XYZ 11.86 6.44 49.33 -
YUV 64.82 198.64 121.71 -
System Red Green Blue C M Y K H S L
Decimal 56 45 190 0.71 0.76 0 0.25 244.55 0.62 0.46
Hex 38 2D BE 47 4C 0 19 F5 3E 2E
Octal 70 55 276 107 114 0 31 365 76 56
Binary 111000 101101 10111110 1000111 1001100 0 11001 11110101 111110 101110

Color Harmonies of #382DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DBE

Black with #382DBE

Text Example


Text Example

White with #382DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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