Html Css Color HEX #3153ED Royal Blue

📋 copy color: '#3153ED'

red 49 ◦ green 83 ◦ blue 237

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

Shades of Royal Blue #3153ED

Tints of Royal Blue #3153ED

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.49%

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 13.28%
G = 22.49%
B = 64.23%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3153ED (or 0x3153ED) is known color: Royal Blue. HEX triplet: 31, 53 and ED. RGB value is (49,83,237). Sum of RGB (Red+Green+Blue) = 49+83+237=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #3153ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3153ED is #CEAC12. Grayscale: #595959. Windows color (decimal): -13544467 or 15553329. OLE color: 15553329.

HSL color Cylindrical-coordinate representation of color #3153ED: hue angle of 229.15º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3153ED is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 83 237 -
CMYK 0.79 0.65 0 0.07
HSL 229.15º 0.84% 0.56% -
HSV(B) 229.15º 0.79% 0.93% -
XYZ 19.65 12.95 81.59 -
YUV 90.39 210.74 98.48 -
System Red Green Blue C M Y K H S L
Decimal 49 83 237 0.79 0.65 0 0.07 229.15 0.84 0.56
Hex 31 53 ED 4F 41 0 7 E5 54 38
Octal 61 123 355 117 101 0 7 345 124 70
Binary 110001 1010011 11101101 1001111 1000001 0 111 11100101 1010100 111000

Color Harmonies of #3153ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3153ED

Black with #3153ED

Text Example


Text Example

White with #3153ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3153ED; }

 p { color: rgb(49,83,237); }

 H1.HeaderClassName
 {
   color: #3153ED;
 }
 .AnyTagClassName
 {
   color: #3153ED;
 }
</style>

background-color css

<style>
 a { background-color: #3153ED; }

 a { background-color: rgb(49,83,237); }

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

border-color css

<style>
 span { border-color: #3153ED; }

 span { border-color: rgb(49,83,237); }

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