Html Css Color HEX #395FE0 Royal Blue

📋 copy color: '#395FE0'

red 57 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #395FE0

Tints of Royal Blue #395FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

 BLUE value IS 224 (87.89% from 255) = 59.57%

R = 15.16%
G = 25.27%
B = 59.57%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#395FE0 (or 0x395FE0) is known color: Royal Blue. HEX triplet: 39, 5F and E0. RGB value is (57,95,224). Sum of RGB (Red+Green+Blue) = 57+95+224=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 224 (87.89% from 255 or 59.57% from 376); Max value from RGB is 224 - color contains mainly: blue. Hex color #395FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FE0 is #C6A01F. Grayscale: #616161. Windows color (decimal): -13017120 or 14704441. OLE color: 14704441.

HSL color Cylindrical-coordinate representation of color #395FE0: hue angle of 226.35º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #395FE0 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 95 224 -
CMYK 0.75 0.58 0 0.12
HSL 226.35º 0.73% 0.55% -
HSV(B) 226.35º 0.75% 0.88% -
XYZ 19.23 14.44 72.29 -
YUV 98.34 198.91 98.51 -
System Red Green Blue C M Y K H S L
Decimal 57 95 224 0.75 0.58 0 0.12 226.35 0.73 0.55
Hex 39 5F E0 4B 3A 0 C E2 49 37
Octal 71 137 340 113 72 0 14 342 111 67
Binary 111001 1011111 11100000 1001011 111010 0 1100 11100010 1001001 110111

Color Harmonies of #395FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395FE0

Black with #395FE0

Text Example


Text Example

White with #395FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,95,224); }

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

background-color css

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

 a { background-color: rgb(57,95,224); }

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

border-color css

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

 span { border-color: rgb(57,95,224); }

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