Html Css Color HEX #395FDC Royal Blue

📋 copy color: '#395FDC'

red 57 ◦ green 95 ◦ blue 220

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

Shades of Royal Blue #395FDC

Tints of Royal Blue #395FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.14%

R = 15.32%
G = 25.54%
B = 59.14%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#395FDC (or 0x395FDC) is known color: Royal Blue. HEX triplet: 39, 5F and DC. RGB value is (57,95,220). Sum of RGB (Red+Green+Blue) = 57+95+220=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #395FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FDC is #C6A023. Grayscale: #616161. Windows color (decimal): -13017124 or 14442297. OLE color: 14442297.

HSL color Cylindrical-coordinate representation of color #395FDC: hue angle of 226.01º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #395FDC is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 95 220 -
CMYK 0.74 0.57 0 0.14
HSL 226.01º 0.7% 0.54% -
HSV(B) 226.01º 0.74% 0.86% -
XYZ 18.7 14.22 69.47 -
YUV 97.89 196.91 98.84 -
System Red Green Blue C M Y K H S L
Decimal 57 95 220 0.74 0.57 0 0.14 226.01 0.7 0.54
Hex 39 5F DC 4A 39 0 E E2 46 36
Octal 71 137 334 112 71 0 16 342 106 66
Binary 111001 1011111 11011100 1001010 111001 0 1110 11100010 1000110 110110

Color Harmonies of #395FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395FDC

Black with #395FDC

Text Example


Text Example

White with #395FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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