Html Css Color HEX #335CE0 Royal Blue

📋 copy color: '#335CE0'

red 51 ◦ green 92 ◦ blue 224

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

Shades of Royal Blue #335CE0

Tints of Royal Blue #335CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

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

R = 13.9%
G = 25.07%
B = 61.04%

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

#335CE0 (or 0x335CE0) is known color: Royal Blue. HEX triplet: 33, 5C and E0. RGB value is (51,92,224). Sum of RGB (Red+Green+Blue) = 51+92+224=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #335CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CE0 is #CCA31F. Grayscale: #5E5E5E. Windows color (decimal): -13411104 or 14703667. OLE color: 14703667.

HSL color Cylindrical-coordinate representation of color #335CE0: hue angle of 225.78º 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 #335CE0 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 92 224 -
CMYK 0.77 0.59 0 0.12
HSL 225.78º 0.74% 0.54% -
HSV(B) 225.78º 0.77% 0.88% -
XYZ 18.65 13.74 72.19 -
YUV 94.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 51 92 224 0.77 0.59 0 0.12 225.78 0.74 0.54
Hex 33 5C E0 4D 3B 0 C E2 4A 36
Octal 63 134 340 115 73 0 14 342 112 66
Binary 110011 1011100 11100000 1001101 111011 0 1100 11100010 1001010 110110

Color Harmonies of #335CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CE0

Black with #335CE0

Text Example


Text Example

White with #335CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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