Html Css Color HEX #335EE8 Royal Blue

📋 copy color: '#335EE8'

red 51 ◦ green 94 ◦ blue 232

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

Shades of Royal Blue #335EE8

Tints of Royal Blue #335EE8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 232 (91.02% from 255) = 61.54%

R = 13.53%
G = 24.93%
B = 61.54%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#335EE8 (or 0x335EE8) is known color: Royal Blue. HEX triplet: 33, 5E and E8. RGB value is (51,94,232). Sum of RGB (Red+Green+Blue) = 51+94+232=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 232 (91.02% from 255 or 61.54% from 377); Max value from RGB is 232 - color contains mainly: blue. Hex color #335EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335EE8 is #CCA117. Grayscale: #606060. Windows color (decimal): -13410584 or 15228467. OLE color: 15228467.

HSL color Cylindrical-coordinate representation of color #335EE8: hue angle of 225.75º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335EE8 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 51 94 232 -
CMYK 0.78 0.59 0 0.09
HSL 225.75º 0.8% 0.55% -
HSV(B) 225.75º 0.78% 0.91% -
XYZ 19.93 14.54 78.1 -
YUV 96.88 204.25 95.28 -
System Red Green Blue C M Y K H S L
Decimal 51 94 232 0.78 0.59 0 0.09 225.75 0.8 0.55
Hex 33 5E E8 4E 3B 0 9 E2 50 37
Octal 63 136 350 116 73 0 11 342 120 67
Binary 110011 1011110 11101000 1001110 111011 0 1001 11100010 1010000 110111

Color Harmonies of #335EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335EE8

Black with #335EE8

Text Example


Text Example

White with #335EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,94,232); }

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

background-color css

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

 a { background-color: rgb(51,94,232); }

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

border-color css

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

 span { border-color: rgb(51,94,232); }

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