Html Css Color HEX #395CDD Royal Blue

📋 copy color: '#395CDD'

red 57 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #395CDD

Tints of Royal Blue #395CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 15.41%
G = 24.86%
B = 59.73%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#395CDD (or 0x395CDD) is known color: Royal Blue. HEX triplet: 39, 5C and DD. RGB value is (57,92,221). Sum of RGB (Red+Green+Blue) = 57+92+221=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #395CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395CDD is #C6A322. Grayscale: #5F5F5F. Windows color (decimal): -13017891 or 14507065. OLE color: 14507065.

HSL color Cylindrical-coordinate representation of color #395CDD: hue angle of 227.2º degrees, saturation: 0.71, 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 #395CDD is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 92 221 -
CMYK 0.74 0.58 0 0.13
HSL 227.2º 0.71% 0.55% -
HSV(B) 227.2º 0.74% 0.87% -
XYZ 18.57 13.74 70.08 -
YUV 96.24 198.4 100.01 -
System Red Green Blue C M Y K H S L
Decimal 57 92 221 0.74 0.58 0 0.13 227.2 0.71 0.55
Hex 39 5C DD 4A 3A 0 D E3 47 37
Octal 71 134 335 112 72 0 15 343 107 67
Binary 111001 1011100 11011101 1001010 111010 0 1101 11100011 1000111 110111

Color Harmonies of #395CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395CDD

Black with #395CDD

Text Example


Text Example

White with #395CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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