Html Css Color HEX #335CE2 Royal Blue

📋 copy color: '#335CE2'

red 51 ◦ green 92 ◦ blue 226

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

Shades of Royal Blue #335CE2

Tints of Royal Blue #335CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 61.25%

R = 13.82%
G = 24.93%
B = 61.25%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#335CE2 (or 0x335CE2) is known color: Royal Blue. HEX triplet: 33, 5C and E2. RGB value is (51,92,226). Sum of RGB (Red+Green+Blue) = 51+92+226=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 226 (88.67% from 255 or 61.25% from 369); Max value from RGB is 226 - color contains mainly: blue. Hex color #335CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CE2 is #CCA31D. Grayscale: #5E5E5E. Windows color (decimal): -13411102 or 14834739. OLE color: 14834739.

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

Color convert

RGB 51 92 226 -
CMYK 0.77 0.59 0 0.11
HSL 225.94º 0.75% 0.54% -
HSV(B) 225.94º 0.77% 0.89% -
XYZ 18.92 13.85 73.63 -
YUV 95.02 201.92 96.6 -
System Red Green Blue C M Y K H S L
Decimal 51 92 226 0.77 0.59 0 0.11 225.94 0.75 0.54
Hex 33 5C E2 4D 3B 0 B E2 4B 36
Octal 63 134 342 115 73 0 13 342 113 66
Binary 110011 1011100 11100010 1001101 111011 0 1011 11100010 1001011 110110

Color Harmonies of #335CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CE2

Black with #335CE2

Text Example


Text Example

White with #335CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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