Html Css Color HEX #395BDF Royal Blue

📋 copy color: '#395BDF'

red 57 ◦ green 91 ◦ blue 223

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

Shades of Royal Blue #395BDF

Tints of Royal Blue #395BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 15.36%
G = 24.53%
B = 60.11%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#395BDF (or 0x395BDF) is known color: Royal Blue. HEX triplet: 39, 5B and DF. RGB value is (57,91,223). Sum of RGB (Red+Green+Blue) = 57+91+223=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #395BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395BDF is #C6A420. Grayscale: #5F5F5F. Windows color (decimal): -13018145 or 14637881. OLE color: 14637881.

HSL color Cylindrical-coordinate representation of color #395BDF: hue angle of 227.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #395BDF is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 91 223 -
CMYK 0.74 0.59 0 0.13
HSL 227.71º 0.72% 0.55% -
HSV(B) 227.71º 0.74% 0.87% -
XYZ 18.75 13.68 71.46 -
YUV 95.88 199.74 100.27 -
System Red Green Blue C M Y K H S L
Decimal 57 91 223 0.74 0.59 0 0.13 227.71 0.72 0.55
Hex 39 5B DF 4A 3B 0 D E4 48 37
Octal 71 133 337 112 73 0 15 344 110 67
Binary 111001 1011011 11011111 1001010 111011 0 1101 11100100 1001000 110111

Color Harmonies of #395BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395BDF

Black with #395BDF

Text Example


Text Example

White with #395BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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