Html Css Color HEX #335EEA Royal Blue

📋 copy color: '#335EEA'

red 51 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #335EEA

Tints of Royal Blue #335EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.74%

R = 13.46%
G = 24.8%
B = 61.74%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#335EEA (or 0x335EEA) is known color: Royal Blue. HEX triplet: 33, 5E and EA. RGB value is (51,94,234). Sum of RGB (Red+Green+Blue) = 51+94+234=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #335EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335EEA is #CCA115. Grayscale: #606060. Windows color (decimal): -13410582 or 15359539. OLE color: 15359539.

HSL color Cylindrical-coordinate representation of color #335EEA: hue angle of 225.9º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335EEA is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 94 234 -
CMYK 0.78 0.60 0 0.08
HSL 225.9º 0.81% 0.56% -
HSV(B) 225.9º 0.78% 0.92% -
XYZ 20.22 14.65 79.6 -
YUV 97.1 205.25 95.12 -
System Red Green Blue C M Y K H S L
Decimal 51 94 234 0.78 0.60 0 0.08 225.9 0.81 0.56
Hex 33 5E EA 4E 3C 0 8 E2 51 38
Octal 63 136 352 116 74 0 10 342 121 70
Binary 110011 1011110 11101010 1001110 111100 0 1000 11100010 1010001 111000

Color Harmonies of #335EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335EEA

Black with #335EEA

Text Example


Text Example

White with #335EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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