Html Css Color HEX #395AD9 Royal Blue

📋 copy color: '#395AD9'

red 57 ◦ green 90 ◦ blue 217

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

Shades of Royal Blue #395AD9

Tints of Royal Blue #395AD9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

 BLUE value IS 217 (85.16% from 255) = 59.62%

R = 15.66%
G = 24.73%
B = 59.62%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#395AD9 (or 0x395AD9) is known color: Royal Blue. HEX triplet: 39, 5A and D9. RGB value is (57,90,217). Sum of RGB (Red+Green+Blue) = 57+90+217=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 217 (85.16% from 255 or 59.62% from 364); Max value from RGB is 217 - color contains mainly: blue. Hex color #395AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395AD9 is #C6A526. Grayscale: #5E5E5E. Windows color (decimal): -13018407 or 14244409. OLE color: 14244409.

HSL color Cylindrical-coordinate representation of color #395AD9: hue angle of 227.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #395AD9 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 90 217 -
CMYK 0.74 0.59 0 0.15
HSL 227.63º 0.68% 0.54% -
HSV(B) 227.63º 0.74% 0.85% -
XYZ 17.87 13.19 67.25 -
YUV 94.61 197.07 101.17 -
System Red Green Blue C M Y K H S L
Decimal 57 90 217 0.74 0.59 0 0.15 227.63 0.68 0.54
Hex 39 5A D9 4A 3B 0 F E4 44 36
Octal 71 132 331 112 73 0 17 344 104 66
Binary 111001 1011010 11011001 1001010 111011 0 1111 11100100 1000100 110110

Color Harmonies of #395AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395AD9

Black with #395AD9

Text Example


Text Example

White with #395AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395AD9; }

 p { color: rgb(57,90,217); }

 H1.HeaderClassName
 {
   color: #395AD9;
 }
 .AnyTagClassName
 {
   color: #395AD9;
 }
</style>

background-color css

<style>
 a { background-color: #395AD9; }

 a { background-color: rgb(57,90,217); }

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

border-color css

<style>
 span { border-color: #395AD9; }

 span { border-color: rgb(57,90,217); }

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