Html Css Color HEX #335BE0 Royal Blue

📋 copy color: '#335BE0'

red 51 ◦ green 91 ◦ blue 224

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

Shades of Royal Blue #335BE0

Tints of Royal Blue #335BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.86%

 BLUE value IS 224 (87.89% from 255) = 61.2%

R = 13.93%
G = 24.86%
B = 61.2%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#335BE0 (or 0x335BE0) is known color: Royal Blue. HEX triplet: 33, 5B and E0. RGB value is (51,91,224). Sum of RGB (Red+Green+Blue) = 51+91+224=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #335BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BE0 is #CCA41F. Grayscale: #5D5D5D. Windows color (decimal): -13411360 or 14703411. OLE color: 14703411.

HSL color Cylindrical-coordinate representation of color #335BE0: hue angle of 226.13º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335BE0 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 91 224 -
CMYK 0.77 0.59 0 0.12
HSL 226.13º 0.74% 0.54% -
HSV(B) 226.13º 0.77% 0.88% -
XYZ 18.56 13.57 72.16 -
YUV 94.2 201.25 97.19 -
System Red Green Blue C M Y K H S L
Decimal 51 91 224 0.77 0.59 0 0.12 226.13 0.74 0.54
Hex 33 5B E0 4D 3B 0 C E2 4A 36
Octal 63 133 340 115 73 0 14 342 112 66
Binary 110011 1011011 11100000 1001101 111011 0 1100 11100010 1001010 110110

Color Harmonies of #335BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BE0

Black with #335BE0

Text Example


Text Example

White with #335BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335BE0; }

 p { color: rgb(51,91,224); }

 H1.HeaderClassName
 {
   color: #335BE0;
 }
 .AnyTagClassName
 {
   color: #335BE0;
 }
</style>

background-color css

<style>
 a { background-color: #335BE0; }

 a { background-color: rgb(51,91,224); }

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

border-color css

<style>
 span { border-color: #335BE0; }

 span { border-color: rgb(51,91,224); }

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