Html Css Color HEX #395DDD Royal Blue

📋 copy color: '#395DDD'

red 57 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #395DDD

Tints of Royal Blue #395DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

 BLUE value IS 221 (86.72% from 255) = 59.57%

R = 15.36%
G = 25.07%
B = 59.57%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#395DDD (or 0x395DDD) is known color: Royal Blue. HEX triplet: 39, 5D and DD. RGB value is (57,93,221). Sum of RGB (Red+Green+Blue) = 57+93+221=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #395DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DDD is #C6A222. Grayscale: #606060. Windows color (decimal): -13017635 or 14507321. OLE color: 14507321.

HSL color Cylindrical-coordinate representation of color #395DDD: hue angle of 226.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #395DDD is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 93 221 -
CMYK 0.74 0.58 0 0.13
HSL 226.83º 0.71% 0.55% -
HSV(B) 226.83º 0.74% 0.87% -
XYZ 18.65 13.92 70.11 -
YUV 96.83 198.07 99.59 -
System Red Green Blue C M Y K H S L
Decimal 57 93 221 0.74 0.58 0 0.13 226.83 0.71 0.55
Hex 39 5D DD 4A 3A 0 D E3 47 37
Octal 71 135 335 112 72 0 15 343 107 67
Binary 111001 1011101 11011101 1001010 111010 0 1101 11100011 1000111 110111

Color Harmonies of #395DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DDD

Black with #395DDD

Text Example


Text Example

White with #395DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,93,221); }

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

background-color css

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

 a { background-color: rgb(57,93,221); }

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

border-color css

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

 span { border-color: rgb(57,93,221); }

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