Html Css Color HEX #3155DC Royal Blue

📋 copy color: '#3155DC'

red 49 ◦ green 85 ◦ blue 220

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

Shades of Royal Blue #3155DC

Tints of Royal Blue #3155DC

RGB

 RED value IS 49 (19.53% from 255) = 13.84%

 GREEN value IS 85 (33.59% from 255) = 24.01%

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

R = 13.84%
G = 24.01%
B = 62.15%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3155DC (or 0x3155DC) is known color: Royal Blue. HEX triplet: 31, 55 and DC. RGB value is (49,85,220). Sum of RGB (Red+Green+Blue) = 49+85+220=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #3155DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155DC is #CEAA23. Grayscale: #595959. Windows color (decimal): -13543972 or 14439729. OLE color: 14439729.

HSL color Cylindrical-coordinate representation of color #3155DC: hue angle of 227.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3155DC is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 85 220 -
CMYK 0.78 0.61 0 0.14
HSL 227.37º 0.71% 0.53% -
HSV(B) 227.37º 0.78% 0.86% -
XYZ 17.43 12.32 69.17 -
YUV 89.63 201.57 99.02 -
System Red Green Blue C M Y K H S L
Decimal 49 85 220 0.78 0.61 0 0.14 227.37 0.71 0.53
Hex 31 55 DC 4E 3D 0 E E3 47 35
Octal 61 125 334 116 75 0 16 343 107 65
Binary 110001 1010101 11011100 1001110 111101 0 1110 11100011 1000111 110101

Color Harmonies of #3155DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3155DC

Black with #3155DC

Text Example


Text Example

White with #3155DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3155DC; }

 p { color: rgb(49,85,220); }

 H1.HeaderClassName
 {
   color: #3155DC;
 }
 .AnyTagClassName
 {
   color: #3155DC;
 }
</style>

background-color css

<style>
 a { background-color: #3155DC; }

 a { background-color: rgb(49,85,220); }

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

border-color css

<style>
 span { border-color: #3155DC; }

 span { border-color: rgb(49,85,220); }

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