Html Css Color HEX #393DB5 Persian Blue

📋 copy color: '#393DB5'

red 57 ◦ green 61 ◦ blue 181

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

Shades of Persian Blue #393DB5

Tints of Persian Blue #393DB5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

 BLUE value IS 181 (71.09% from 255) = 60.54%

R = 19.06%
G = 20.4%
B = 60.54%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#393DB5 (or 0x393DB5) is known color: Persian Blue. HEX triplet: 39, 3D and B5. RGB value is (57,61,181). Sum of RGB (Red+Green+Blue) = 57+61+181=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #393DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DB5 is #C6C24A. Grayscale: #484848. Windows color (decimal): -13025867 or 11877689. OLE color: 11877689.

HSL color Cylindrical-coordinate representation of color #393DB5: hue angle of 238.06º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #393DB5 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 61 181 -
CMYK 0.69 0.66 0 0.29
HSL 238.06º 0.52% 0.47% -
HSV(B) 238.06º 0.69% 0.71% -
XYZ 11.7 7.54 44.56 -
YUV 73.48 188.67 116.24 -
System Red Green Blue C M Y K H S L
Decimal 57 61 181 0.69 0.66 0 0.29 238.06 0.52 0.47
Hex 39 3D B5 45 42 0 1D EE 34 2F
Octal 71 75 265 105 102 0 35 356 64 57
Binary 111001 111101 10110101 1000101 1000010 0 11101 11101110 110100 101111

Color Harmonies of #393DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DB5

Black with #393DB5

Text Example


Text Example

White with #393DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393DB5; }

 p { color: rgb(57,61,181); }

 H1.HeaderClassName
 {
   color: #393DB5;
 }
 .AnyTagClassName
 {
   color: #393DB5;
 }
</style>

background-color css

<style>
 a { background-color: #393DB5; }

 a { background-color: rgb(57,61,181); }

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

border-color css

<style>
 span { border-color: #393DB5; }

 span { border-color: rgb(57,61,181); }

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