Html Css Color HEX #3355ED Royal Blue

📋 copy color: '#3355ED'

red 51 ◦ green 85 ◦ blue 237

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

Shades of Royal Blue #3355ED

Tints of Royal Blue #3355ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

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

R = 13.67%
G = 22.79%
B = 63.54%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3355ED (or 0x3355ED) is known color: Royal Blue. HEX triplet: 33, 55 and ED. RGB value is (51,85,237). Sum of RGB (Red+Green+Blue) = 51+85+237=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #3355ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3355ED is #CCAA12. Grayscale: #5B5B5B. Windows color (decimal): -13412883 or 15553843. OLE color: 15553843.

HSL color Cylindrical-coordinate representation of color #3355ED: hue angle of 229.03º 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 #3355ED is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 85 237 -
CMYK 0.78 0.64 0 0.07
HSL 229.03º 0.84% 0.56% -
HSV(B) 229.03º 0.78% 0.93% -
XYZ 19.9 13.32 81.64 -
YUV 92.16 209.74 98.64 -
System Red Green Blue C M Y K H S L
Decimal 51 85 237 0.78 0.64 0 0.07 229.03 0.84 0.56
Hex 33 55 ED 4E 40 0 7 E5 54 38
Octal 63 125 355 116 100 0 7 345 124 70
Binary 110011 1010101 11101101 1001110 1000000 0 111 11100101 1010100 111000

Color Harmonies of #3355ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3355ED

Black with #3355ED

Text Example


Text Example

White with #3355ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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