Html Css Color HEX #395FEC Royal Blue

📋 copy color: '#395FEC'

red 57 ◦ green 95 ◦ blue 236

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

Shades of Royal Blue #395FEC

Tints of Royal Blue #395FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.82%

R = 14.69%
G = 24.48%
B = 60.82%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#395FEC (or 0x395FEC) is known color: Royal Blue. HEX triplet: 39, 5F and EC. RGB value is (57,95,236). Sum of RGB (Red+Green+Blue) = 57+95+236=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #395FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395FEC is #C6A013. Grayscale: #636363. Windows color (decimal): -13017108 or 15490873. OLE color: 15490873.

HSL color Cylindrical-coordinate representation of color #395FEC: hue angle of 227.26º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #395FEC is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 95 236 -
CMYK 0.76 0.60 0 0.07
HSL 227.26º 0.82% 0.57% -
HSV(B) 227.26º 0.76% 0.93% -
XYZ 20.92 15.11 81.17 -
YUV 99.71 204.91 97.54 -
System Red Green Blue C M Y K H S L
Decimal 57 95 236 0.76 0.60 0 0.07 227.26 0.82 0.57
Hex 39 5F EC 4C 3C 0 7 E3 52 39
Octal 71 137 354 114 74 0 7 343 122 71
Binary 111001 1011111 11101100 1001100 111100 0 111 11100011 1010010 111001

Color Harmonies of #395FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395FEC

Black with #395FEC

Text Example


Text Example

White with #395FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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