Html Css Color HEX #335ADA Royal Blue

📋 copy color: '#335ADA'

red 51 ◦ green 90 ◦ blue 218

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

Shades of Royal Blue #335ADA

Tints of Royal Blue #335ADA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

 BLUE value IS 218 (85.55% from 255) = 60.72%

R = 14.21%
G = 25.07%
B = 60.72%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#335ADA (or 0x335ADA) is known color: Royal Blue. HEX triplet: 33, 5A and DA. RGB value is (51,90,218). Sum of RGB (Red+Green+Blue) = 51+90+218=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #335ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ADA is #CCA525. Grayscale: #5C5C5C. Windows color (decimal): -13411622 or 14309939. OLE color: 14309939.

HSL color Cylindrical-coordinate representation of color #335ADA: hue angle of 225.99º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335ADA is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 90 218 -
CMYK 0.77 0.59 0 0.15
HSL 225.99º 0.69% 0.53% -
HSV(B) 225.99º 0.77% 0.85% -
XYZ 17.68 13.08 67.92 -
YUV 92.93 198.58 98.09 -
System Red Green Blue C M Y K H S L
Decimal 51 90 218 0.77 0.59 0 0.15 225.99 0.69 0.53
Hex 33 5A DA 4D 3B 0 F E2 45 35
Octal 63 132 332 115 73 0 17 342 105 65
Binary 110011 1011010 11011010 1001101 111011 0 1111 11100010 1000101 110101

Color Harmonies of #335ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335ADA

Black with #335ADA

Text Example


Text Example

White with #335ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,90,218); }

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

background-color css

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

 a { background-color: rgb(51,90,218); }

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

border-color css

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

 span { border-color: rgb(51,90,218); }

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