Html Css Color HEX #335DD6 Royal Blue

📋 copy color: '#335DD6'

red 51 ◦ green 93 ◦ blue 214

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

Shades of Royal Blue #335DD6

Tints of Royal Blue #335DD6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.98%

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

R = 14.25%
G = 25.98%
B = 59.78%

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

#335DD6 (or 0x335DD6) is known color: Royal Blue. HEX triplet: 33, 5D and D6. RGB value is (51,93,214). Sum of RGB (Red+Green+Blue) = 51+93+214=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #335DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DD6 is #CCA229. Grayscale: #5D5D5D. Windows color (decimal): -13410858 or 14048563. OLE color: 14048563.

HSL color Cylindrical-coordinate representation of color #335DD6: hue angle of 224.54º 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 #335DD6 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 93 214 -
CMYK 0.76 0.57 0 0.16
HSL 224.54º 0.67% 0.52% -
HSV(B) 224.54º 0.76% 0.84% -
XYZ 17.42 13.39 65.28 -
YUV 94.24 195.59 97.16 -
System Red Green Blue C M Y K H S L
Decimal 51 93 214 0.76 0.57 0 0.16 224.54 0.67 0.52
Hex 33 5D D6 4C 39 0 10 E1 43 34
Octal 63 135 326 114 71 0 20 341 103 64
Binary 110011 1011101 11010110 1001100 111001 0 10000 11100001 1000011 110100

Color Harmonies of #335DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DD6

Black with #335DD6

Text Example


Text Example

White with #335DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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