Html Css Color HEX #335CEA Royal Blue

📋 copy color: '#335CEA'

red 51 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #335CEA

Tints of Royal Blue #335CEA

RGB

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

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

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

R = 13.53%
G = 24.4%
B = 62.07%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#335CEA (or 0x335CEA) is known color: Royal Blue. HEX triplet: 33, 5C and EA. RGB value is (51,92,234). Sum of RGB (Red+Green+Blue) = 51+92+234=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #335CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335CEA is #CCA315. Grayscale: #5F5F5F. Windows color (decimal): -13411094 or 15359027. OLE color: 15359027.

HSL color Cylindrical-coordinate representation of color #335CEA: hue angle of 226.56º 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 #335CEA is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 92 234 -
CMYK 0.78 0.61 0 0.08
HSL 226.56º 0.81% 0.56% -
HSV(B) 226.56º 0.78% 0.92% -
XYZ 20.04 14.3 79.55 -
YUV 95.93 205.92 95.95 -
System Red Green Blue C M Y K H S L
Decimal 51 92 234 0.78 0.61 0 0.08 226.56 0.81 0.56
Hex 33 5C EA 4E 3D 0 8 E3 51 38
Octal 63 134 352 116 75 0 10 343 121 70
Binary 110011 1011100 11101010 1001110 111101 0 1000 11100011 1010001 111000

Color Harmonies of #335CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CEA

Black with #335CEA

Text Example


Text Example

White with #335CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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