Html Css Color HEX #335CDE Royal Blue

📋 copy color: '#335CDE'

red 51 ◦ green 92 ◦ blue 222

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

Shades of Royal Blue #335CDE

Tints of Royal Blue #335CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.82%

R = 13.97%
G = 25.21%
B = 60.82%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#335CDE (or 0x335CDE) is known color: Royal Blue. HEX triplet: 33, 5C and DE. RGB value is (51,92,222). Sum of RGB (Red+Green+Blue) = 51+92+222=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #335CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CDE is #CCA321. Grayscale: #5E5E5E. Windows color (decimal): -13411106 or 14572595. OLE color: 14572595.

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

Color convert

RGB 51 92 222 -
CMYK 0.77 0.59 0 0.13
HSL 225.61º 0.72% 0.54% -
HSV(B) 225.61º 0.77% 0.87% -
XYZ 18.38 13.63 70.77 -
YUV 94.56 199.92 96.93 -
System Red Green Blue C M Y K H S L
Decimal 51 92 222 0.77 0.59 0 0.13 225.61 0.72 0.54
Hex 33 5C DE 4D 3B 0 D E2 48 36
Octal 63 134 336 115 73 0 15 342 110 66
Binary 110011 1011100 11011110 1001101 111011 0 1101 11100010 1001000 110110

Color Harmonies of #335CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CDE

Black with #335CDE

Text Example


Text Example

White with #335CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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