Html Css Color HEX #3350EE Royal Blue

📋 copy color: '#3350EE'

red 51 ◦ green 80 ◦ blue 238

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

Shades of Royal Blue #3350EE

Tints of Royal Blue #3350EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 13.82%
G = 21.68%
B = 64.5%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3350EE (or 0x3350EE) is known color: Royal Blue. HEX triplet: 33, 50 and EE. RGB value is (51,80,238). Sum of RGB (Red+Green+Blue) = 51+80+238=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #3350EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3350EE is #CCAF11. Grayscale: #585858. Windows color (decimal): -13414162 or 15618099. OLE color: 15618099.

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

Color convert

RGB 51 80 238 -
CMYK 0.79 0.66 0 0.07
HSL 230.7º 0.85% 0.57% -
HSV(B) 230.7º 0.79% 0.93% -
XYZ 19.67 12.61 82.29 -
YUV 89.34 211.89 100.65 -
System Red Green Blue C M Y K H S L
Decimal 51 80 238 0.79 0.66 0 0.07 230.7 0.85 0.57
Hex 33 50 EE 4F 42 0 7 E7 55 39
Octal 63 120 356 117 102 0 7 347 125 71
Binary 110011 1010000 11101110 1001111 1000010 0 111 11100111 1010101 111001

Color Harmonies of #3350EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3350EE

Black with #3350EE

Text Example


Text Example

White with #3350EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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