Html Css Color HEX #3152DD Royal Blue

📋 copy color: '#3152DD'

red 49 ◦ green 82 ◦ blue 221

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

Shades of Royal Blue #3152DD

Tints of Royal Blue #3152DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 13.92%
G = 23.3%
B = 62.78%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3152DD (or 0x3152DD) is known color: Royal Blue. HEX triplet: 31, 52 and DD. RGB value is (49,82,221). Sum of RGB (Red+Green+Blue) = 49+82+221=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #3152DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3152DD is #CEAD22. Grayscale: #575757. Windows color (decimal): -13544739 or 14504497. OLE color: 14504497.

HSL color Cylindrical-coordinate representation of color #3152DD: hue angle of 228.49º degrees, saturation: 0.72, 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 #3152DD is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 82 221 -
CMYK 0.78 0.63 0 0.13
HSL 228.49º 0.72% 0.53% -
HSV(B) 228.49º 0.78% 0.87% -
XYZ 17.34 11.91 69.79 -
YUV 87.98 203.07 100.2 -
System Red Green Blue C M Y K H S L
Decimal 49 82 221 0.78 0.63 0 0.13 228.49 0.72 0.53
Hex 31 52 DD 4E 3F 0 D E4 48 35
Octal 61 122 335 116 77 0 15 344 110 65
Binary 110001 1010010 11011101 1001110 111111 0 1101 11100100 1001000 110101

Color Harmonies of #3152DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3152DD

Black with #3152DD

Text Example


Text Example

White with #3152DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3152DD; }

 p { color: rgb(49,82,221); }

 H1.HeaderClassName
 {
   color: #3152DD;
 }
 .AnyTagClassName
 {
   color: #3152DD;
 }
</style>

background-color css

<style>
 a { background-color: #3152DD; }

 a { background-color: rgb(49,82,221); }

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

border-color css

<style>
 span { border-color: #3152DD; }

 span { border-color: rgb(49,82,221); }

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