Html Css Color HEX #3051E5 Royal Blue

📋 copy color: '#3051E5'

red 48 ◦ green 81 ◦ blue 229

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

Shades of Royal Blue #3051E5

Tints of Royal Blue #3051E5

RGB

 RED value IS 48 (19.14% from 255) = 13.41%

 GREEN value IS 81 (32.03% from 255) = 22.63%

 BLUE value IS 229 (89.84% from 255) = 63.97%

R = 13.41%
G = 22.63%
B = 63.97%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3051E5 (or 0x3051E5) is known color: Royal Blue. HEX triplet: 30, 51 and E5. RGB value is (48,81,229). Sum of RGB (Red+Green+Blue) = 48+81+229=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #3051E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3051E5 is #CFAE1A. Grayscale: #575757. Windows color (decimal): -13610523 or 15028528. OLE color: 15028528.

HSL color Cylindrical-coordinate representation of color #3051E5: hue angle of 229.06º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3051E5 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 81 229 -
CMYK 0.79 0.65 0 0.10
HSL 229.06º 0.78% 0.54% -
HSV(B) 229.06º 0.79% 0.9% -
XYZ 18.3 12.17 75.51 -
YUV 88.01 207.57 99.47 -
System Red Green Blue C M Y K H S L
Decimal 48 81 229 0.79 0.65 0 0.10 229.06 0.78 0.54
Hex 30 51 E5 4F 41 0 A E5 4E 36
Octal 60 121 345 117 101 0 12 345 116 66
Binary 110000 1010001 11100101 1001111 1000001 0 1010 11100101 1001110 110110

Color Harmonies of #3051E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3051E5

Black with #3051E5

Text Example


Text Example

White with #3051E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3051E5; }

 p { color: rgb(48,81,229); }

 H1.HeaderClassName
 {
   color: #3051E5;
 }
 .AnyTagClassName
 {
   color: #3051E5;
 }
</style>

background-color css

<style>
 a { background-color: #3051E5; }

 a { background-color: rgb(48,81,229); }

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

border-color css

<style>
 span { border-color: #3051E5; }

 span { border-color: rgb(48,81,229); }

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