Html Css Color HEX #335BDA Royal Blue

📋 copy color: '#335BDA'

red 51 ◦ green 91 ◦ blue 218

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

Shades of Royal Blue #335BDA

Tints of Royal Blue #335BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

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

R = 14.17%
G = 25.28%
B = 60.56%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#335BDA (or 0x335BDA) is known color: Royal Blue. HEX triplet: 33, 5B and DA. RGB value is (51,91,218). Sum of RGB (Red+Green+Blue) = 51+91+218=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #335BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BDA is #CCA425. Grayscale: #5C5C5C. Windows color (decimal): -13411366 or 14310195. OLE color: 14310195.

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

Color convert

RGB 51 91 218 -
CMYK 0.77 0.58 0 0.15
HSL 225.63º 0.69% 0.53% -
HSV(B) 225.63º 0.77% 0.85% -
XYZ 17.76 13.25 67.95 -
YUV 93.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 51 91 218 0.77 0.58 0 0.15 225.63 0.69 0.53
Hex 33 5B DA 4D 3A 0 F E2 45 35
Octal 63 133 332 115 72 0 17 342 105 65
Binary 110011 1011011 11011010 1001101 111010 0 1111 11100010 1000101 110101

Color Harmonies of #335BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BDA

Black with #335BDA

Text Example


Text Example

White with #335BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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