Html Css Color HEX #395BE0 Royal Blue

📋 copy color: '#395BE0'

red 57 ◦ green 91 ◦ blue 224

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

Shades of Royal Blue #395BE0

Tints of Royal Blue #395BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.46%

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

R = 15.32%
G = 24.46%
B = 60.22%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#395BE0 (or 0x395BE0) is known color: Royal Blue. HEX triplet: 39, 5B and E0. RGB value is (57,91,224). Sum of RGB (Red+Green+Blue) = 57+91+224=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #395BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395BE0 is #C6A41F. Grayscale: #5F5F5F. Windows color (decimal): -13018144 or 14703417. OLE color: 14703417.

HSL color Cylindrical-coordinate representation of color #395BE0: hue angle of 227.78º 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 #395BE0 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 91 224 -
CMYK 0.75 0.59 0 0.12
HSL 227.78º 0.73% 0.55% -
HSV(B) 227.78º 0.75% 0.88% -
XYZ 18.88 13.73 72.18 -
YUV 96 200.24 100.19 -
System Red Green Blue C M Y K H S L
Decimal 57 91 224 0.75 0.59 0 0.12 227.78 0.73 0.55
Hex 39 5B E0 4B 3B 0 C E4 49 37
Octal 71 133 340 113 73 0 14 344 111 67
Binary 111001 1011011 11100000 1001011 111011 0 1100 11100100 1001001 110111

Color Harmonies of #395BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395BE0

Black with #395BE0

Text Example


Text Example

White with #395BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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