Html Css Color HEX #395CE0 Royal Blue

📋 copy color: '#395CE0'

red 57 ◦ green 92 ◦ blue 224

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

Shades of Royal Blue #395CE0

Tints of Royal Blue #395CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.66%

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

R = 15.28%
G = 24.66%
B = 60.05%

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

#395CE0 (or 0x395CE0) is known color: Royal Blue. HEX triplet: 39, 5C and E0. RGB value is (57,92,224). Sum of RGB (Red+Green+Blue) = 57+92+224=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #395CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395CE0 is #C6A31F. Grayscale: #606060. Windows color (decimal): -13017888 or 14703673. OLE color: 14703673.

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

Color convert

RGB 57 92 224 -
CMYK 0.75 0.59 0 0.12
HSL 227.43º 0.73% 0.55% -
HSV(B) 227.43º 0.75% 0.88% -
XYZ 18.97 13.91 72.21 -
YUV 96.58 199.9 99.77 -
System Red Green Blue C M Y K H S L
Decimal 57 92 224 0.75 0.59 0 0.12 227.43 0.73 0.55
Hex 39 5C E0 4B 3B 0 C E3 49 37
Octal 71 134 340 113 73 0 14 343 111 67
Binary 111001 1011100 11100000 1001011 111011 0 1100 11100011 1001001 110111

Color Harmonies of #395CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395CE0

Black with #395CE0

Text Example


Text Example

White with #395CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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