Html Css Color HEX #3350EB Royal Blue

📋 copy color: '#3350EB'

red 51 ◦ green 80 ◦ blue 235

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

Shades of Royal Blue #3350EB

Tints of Royal Blue #3350EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.21%

R = 13.93%
G = 21.86%
B = 64.21%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3350EB (or 0x3350EB) is known color: Royal Blue. HEX triplet: 33, 50 and EB. RGB value is (51,80,235). Sum of RGB (Red+Green+Blue) = 51+80+235=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #3350EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3350EB is #CCAF14. Grayscale: #585858. Windows color (decimal): -13414165 or 15421491. OLE color: 15421491.

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

Color convert

RGB 51 80 235 -
CMYK 0.78 0.66 0 0.08
HSL 230.54º 0.82% 0.56% -
HSV(B) 230.54º 0.78% 0.92% -
XYZ 19.23 12.44 79.98 -
YUV 89 210.39 100.9 -
System Red Green Blue C M Y K H S L
Decimal 51 80 235 0.78 0.66 0 0.08 230.54 0.82 0.56
Hex 33 50 EB 4E 42 0 8 E7 52 38
Octal 63 120 353 116 102 0 10 347 122 70
Binary 110011 1010000 11101011 1001110 1000010 0 1000 11100111 1010010 111000

Color Harmonies of #3350EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3350EB

Black with #3350EB

Text Example


Text Example

White with #3350EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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