Html Css Color HEX #392DBE Persian Blue

📋 copy color: '#392DBE'

red 57 ◦ green 45 ◦ blue 190

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

Shades of Persian Blue #392DBE

Tints of Persian Blue #392DBE

RGB

 RED value IS 57 (22.66% from 255) = 19.52%

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

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

R = 19.52%
G = 15.41%
B = 65.07%

CMYK

 C value IS 0.7

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#392DBE (or 0x392DBE) is known color: Persian Blue. HEX triplet: 39, 2D and BE. RGB value is (57,45,190). Sum of RGB (Red+Green+Blue) = 57+45+190=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #392DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DBE is #C6D241. Grayscale: #404040. Windows color (decimal): -13029954 or 12463417. OLE color: 12463417.

HSL color Cylindrical-coordinate representation of color #392DBE: hue angle of 244.97º 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 #392DBE is Cyan = 0.7, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 45 190 -
CMYK 0.7 0.76 0 0.25
HSL 244.97º 0.62% 0.46% -
HSV(B) 244.97º 0.76% 0.75% -
XYZ 11.92 6.46 49.33 -
YUV 65.12 198.48 122.21 -
System Red Green Blue C M Y K H S L
Decimal 57 45 190 0.7 0.76 0 0.25 244.97 0.62 0.46
Hex 39 2D BE 46 4C 0 19 F5 3E 2E
Octal 71 55 276 106 114 0 31 365 76 56
Binary 111001 101101 10111110 1000110 1001100 0 11001 11110101 111110 101110

Color Harmonies of #392DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392DBE

Black with #392DBE

Text Example


Text Example

White with #392DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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