Html Css Color HEX #335CE1 Royal Blue

📋 copy color: '#335CE1'

red 51 ◦ green 92 ◦ blue 225

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

Shades of Royal Blue #335CE1

Tints of Royal Blue #335CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 61.14%

R = 13.86%
G = 25%
B = 61.14%

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

#335CE1 (or 0x335CE1) is known color: Royal Blue. HEX triplet: 33, 5C and E1. RGB value is (51,92,225). Sum of RGB (Red+Green+Blue) = 51+92+225=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 225 (88.28% from 255 or 61.14% from 368); Max value from RGB is 225 - color contains mainly: blue. Hex color #335CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CE1 is #CCA31E. Grayscale: #5E5E5E. Windows color (decimal): -13411103 or 14769203. OLE color: 14769203.

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

Color convert

RGB 51 92 225 -
CMYK 0.77 0.59 0 0.12
HSL 225.86º 0.74% 0.54% -
HSV(B) 225.86º 0.77% 0.88% -
XYZ 18.78 13.79 72.91 -
YUV 94.9 201.42 96.69 -
System Red Green Blue C M Y K H S L
Decimal 51 92 225 0.77 0.59 0 0.12 225.86 0.74 0.54
Hex 33 5C E1 4D 3B 0 C E2 4A 36
Octal 63 134 341 115 73 0 14 342 112 66
Binary 110011 1011100 11100001 1001101 111011 0 1100 11100010 1001010 110110

Color Harmonies of #335CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CE1

Black with #335CE1

Text Example


Text Example

White with #335CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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