Html Css Color HEX #3350ED Royal Blue

📋 copy color: '#3350ED'

red 51 ◦ green 80 ◦ blue 237

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

Shades of Royal Blue #3350ED

Tints of Royal Blue #3350ED

RGB

 RED value IS 51 (20.31% from 255) = 13.86%

 GREEN value IS 80 (31.64% from 255) = 21.74%

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

R = 13.86%
G = 21.74%
B = 64.4%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3350ED (or 0x3350ED) is known color: Royal Blue. HEX triplet: 33, 50 and ED. RGB value is (51,80,237). Sum of RGB (Red+Green+Blue) = 51+80+237=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #3350ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3350ED is #CCAF12. Grayscale: #585858. Windows color (decimal): -13414163 or 15552563. OLE color: 15552563.

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

Color convert

RGB 51 80 237 -
CMYK 0.78 0.66 0 0.07
HSL 230.65º 0.84% 0.56% -
HSV(B) 230.65º 0.78% 0.93% -
XYZ 19.52 12.56 81.52 -
YUV 89.23 211.39 100.73 -
System Red Green Blue C M Y K H S L
Decimal 51 80 237 0.78 0.66 0 0.07 230.65 0.84 0.56
Hex 33 50 ED 4E 42 0 7 E7 54 38
Octal 63 120 355 116 102 0 7 347 124 70
Binary 110011 1010000 11101101 1001110 1000010 0 111 11100111 1010100 111000

Color Harmonies of #3350ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3350ED

Black with #3350ED

Text Example


Text Example

White with #3350ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,80,237); }

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

background-color css

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

 a { background-color: rgb(51,80,237); }

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

border-color css

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

 span { border-color: rgb(51,80,237); }

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