Html Css Color HEX #395ADB Royal Blue

📋 copy color: '#395ADB'

red 57 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #395ADB

Tints of Royal Blue #395ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 15.57%
G = 24.59%
B = 59.84%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#395ADB (or 0x395ADB) is known color: Royal Blue. HEX triplet: 39, 5A and DB. RGB value is (57,90,219). Sum of RGB (Red+Green+Blue) = 57+90+219=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #395ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395ADB is #C6A524. Grayscale: #5E5E5E. Windows color (decimal): -13018405 or 14375481. OLE color: 14375481.

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

Color convert

RGB 57 90 219 -
CMYK 0.74 0.59 0 0.14
HSL 227.78º 0.69% 0.54% -
HSV(B) 227.78º 0.74% 0.86% -
XYZ 18.13 13.3 68.63 -
YUV 94.84 198.07 101.01 -
System Red Green Blue C M Y K H S L
Decimal 57 90 219 0.74 0.59 0 0.14 227.78 0.69 0.54
Hex 39 5A DB 4A 3B 0 E E4 45 36
Octal 71 132 333 112 73 0 16 344 105 66
Binary 111001 1011010 11011011 1001010 111011 0 1110 11100100 1000101 110110

Color Harmonies of #395ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395ADB

Black with #395ADB

Text Example


Text Example

White with #395ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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