Html Css Color HEX #392DBB Persian Blue

📋 copy color: '#392DBB'

red 57 ◦ green 45 ◦ blue 187

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

Shades of Persian Blue #392DBB

Tints of Persian Blue #392DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.71%

R = 19.72%
G = 15.57%
B = 64.71%

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

#392DBB (or 0x392DBB) is known color: Persian Blue. HEX triplet: 39, 2D and BB. RGB value is (57,45,187). Sum of RGB (Red+Green+Blue) = 57+45+187=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #392DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DBB is #C6D244. Grayscale: #404040. Windows color (decimal): -13029957 or 12266809. OLE color: 12266809.

HSL color Cylindrical-coordinate representation of color #392DBB: hue angle of 245.07º degrees, saturation: 0.61, 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 #392DBB is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 45 187 -
CMYK 0.70 0.76 0 0.27
HSL 245.07º 0.61% 0.45% -
HSV(B) 245.07º 0.76% 0.73% -
XYZ 11.6 6.33 47.63 -
YUV 64.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 57 45 187 0.70 0.76 0 0.27 245.07 0.61 0.45
Hex 39 2D BB 46 4C 0 1B F5 3D 2D
Octal 71 55 273 106 114 0 33 365 75 55
Binary 111001 101101 10111011 1000110 1001100 0 11011 11110101 111101 101101

Color Harmonies of #392DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392DBB

Black with #392DBB

Text Example


Text Example

White with #392DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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