Html Css Color HEX #335BD6 Royal Blue

📋 copy color: '#335BD6'

red 51 ◦ green 91 ◦ blue 214

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

Shades of Royal Blue #335BD6

Tints of Royal Blue #335BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 60.11%

R = 14.33%
G = 25.56%
B = 60.11%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#335BD6 (or 0x335BD6) is known color: Royal Blue. HEX triplet: 33, 5B and D6. RGB value is (51,91,214). Sum of RGB (Red+Green+Blue) = 51+91+214=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #335BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BD6 is #CCA429. Grayscale: #5C5C5C. Windows color (decimal): -13411370 or 14048051. OLE color: 14048051.

HSL color Cylindrical-coordinate representation of color #335BD6: hue angle of 225.28º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335BD6 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 91 214 -
CMYK 0.76 0.57 0 0.16
HSL 225.28º 0.67% 0.52% -
HSV(B) 225.28º 0.76% 0.84% -
XYZ 17.24 13.04 65.23 -
YUV 93.06 196.25 98 -
System Red Green Blue C M Y K H S L
Decimal 51 91 214 0.76 0.57 0 0.16 225.28 0.67 0.52
Hex 33 5B D6 4C 39 0 10 E1 43 34
Octal 63 133 326 114 71 0 20 341 103 64
Binary 110011 1011011 11010110 1001100 111001 0 10000 11100001 1000011 110100

Color Harmonies of #335BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BD6

Black with #335BD6

Text Example


Text Example

White with #335BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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