Html Css Color HEX #395CEC Royal Blue

📋 copy color: '#395CEC'

red 57 ◦ green 92 ◦ blue 236

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

Shades of Royal Blue #395CEC

Tints of Royal Blue #395CEC

RGB

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

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

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

R = 14.81%
G = 23.9%
B = 61.3%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#395CEC (or 0x395CEC) is known color: Royal Blue. HEX triplet: 39, 5C and EC. RGB value is (57,92,236). Sum of RGB (Red+Green+Blue) = 57+92+236=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #395CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395CEC is #C6A313. Grayscale: #616161. Windows color (decimal): -13017876 or 15490105. OLE color: 15490105.

HSL color Cylindrical-coordinate representation of color #395CEC: hue angle of 228.27º 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 #395CEC is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 92 236 -
CMYK 0.76 0.61 0 0.07
HSL 228.27º 0.82% 0.57% -
HSV(B) 228.27º 0.76% 0.93% -
XYZ 20.65 14.58 81.08 -
YUV 97.95 205.9 98.79 -
System Red Green Blue C M Y K H S L
Decimal 57 92 236 0.76 0.61 0 0.07 228.27 0.82 0.57
Hex 39 5C EC 4C 3D 0 7 E4 52 39
Octal 71 134 354 114 75 0 7 344 122 71
Binary 111001 1011100 11101100 1001100 111101 0 111 11100100 1010010 111001

Color Harmonies of #395CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395CEC

Black with #395CEC

Text Example


Text Example

White with #395CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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