Html Css Color HEX #335DD4 Royal Blue

📋 copy color: '#335DD4'

red 51 ◦ green 93 ◦ blue 212

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

Shades of Royal Blue #335DD4

Tints of Royal Blue #335DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 59.55%

R = 14.33%
G = 26.12%
B = 59.55%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#335DD4 (or 0x335DD4) is known color: Royal Blue. HEX triplet: 33, 5D and D4. RGB value is (51,93,212). Sum of RGB (Red+Green+Blue) = 51+93+212=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 212 (83.20% from 255 or 59.55% from 356); Max value from RGB is 212 - color contains mainly: blue. Hex color #335DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DD4 is #CCA22B. Grayscale: #5D5D5D. Windows color (decimal): -13410860 or 13917491. OLE color: 13917491.

HSL color Cylindrical-coordinate representation of color #335DD4: hue angle of 224.35º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335DD4 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 51 93 212 -
CMYK 0.76 0.56 0 0.17
HSL 224.35º 0.65% 0.52% -
HSV(B) 224.35º 0.76% 0.83% -
XYZ 17.16 13.29 63.95 -
YUV 94.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 51 93 212 0.76 0.56 0 0.17 224.35 0.65 0.52
Hex 33 5D D4 4C 38 0 11 E0 41 34
Octal 63 135 324 114 70 0 21 340 101 64
Binary 110011 1011101 11010100 1001100 111000 0 10001 11100000 1000001 110100

Color Harmonies of #335DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DD4

Black with #335DD4

Text Example


Text Example

White with #335DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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