Html Css Color HEX #3184DF Royal Blue

📋 copy color: '#3184DF'

red 49 ◦ green 132 ◦ blue 223

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

Shades of Royal Blue #3184DF

Tints of Royal Blue #3184DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

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

R = 12.13%
G = 32.67%
B = 55.2%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3184DF (or 0x3184DF) is known color: Royal Blue. HEX triplet: 31, 84 and DF. RGB value is (49,132,223). Sum of RGB (Red+Green+Blue) = 49+132+223=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #3184DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184DF is #CE7B20. Grayscale: #757575. Windows color (decimal): -13531937 or 14648369. OLE color: 14648369.

HSL color Cylindrical-coordinate representation of color #3184DF: hue angle of 211.38º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3184DF is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 132 223 -
CMYK 0.78 0.41 0 0.13
HSL 211.38º 0.73% 0.53% -
HSV(B) 211.38º 0.78% 0.87% -
XYZ 22.84 22.48 72.95 -
YUV 117.56 187.5 79.1 -
System Red Green Blue C M Y K H S L
Decimal 49 132 223 0.78 0.41 0 0.13 211.38 0.73 0.53
Hex 31 84 DF 4E 29 0 D D3 49 35
Octal 61 204 337 116 51 0 15 323 111 65
Binary 110001 10000100 11011111 1001110 101001 0 1101 11010011 1001001 110101

Color Harmonies of #3184DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3184DF

Black with #3184DF

Text Example


Text Example

White with #3184DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3184DF; }

 p { color: rgb(49,132,223); }

 H1.HeaderClassName
 {
   color: #3184DF;
 }
 .AnyTagClassName
 {
   color: #3184DF;
 }
</style>

background-color css

<style>
 a { background-color: #3184DF; }

 a { background-color: rgb(49,132,223); }

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

border-color css

<style>
 span { border-color: #3184DF; }

 span { border-color: rgb(49,132,223); }

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