Html Css Color HEX #337BDC Royal Blue

📋 copy color: '#337BDC'

red 51 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #337BDC

Tints of Royal Blue #337BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 12.94%
G = 31.22%
B = 55.84%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#337BDC (or 0x337BDC) is known color: Royal Blue. HEX triplet: 33, 7B and DC. RGB value is (51,123,220). Sum of RGB (Red+Green+Blue) = 51+123+220=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #337BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337BDC is #CC8423. Grayscale: #707070. Windows color (decimal): -13403172 or 14449459. OLE color: 14449459.

HSL color Cylindrical-coordinate representation of color #337BDC: hue angle of 214.44º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #337BDC is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 123 220 -
CMYK 0.77 0.44 0 0.14
HSL 214.44º 0.71% 0.53% -
HSV(B) 214.44º 0.77% 0.86% -
XYZ 21.37 20.04 70.45 -
YUV 112.53 188.65 84.11 -
System Red Green Blue C M Y K H S L
Decimal 51 123 220 0.77 0.44 0 0.14 214.44 0.71 0.53
Hex 33 7B DC 4D 2C 0 E D6 47 35
Octal 63 173 334 115 54 0 16 326 107 65
Binary 110011 1111011 11011100 1001101 101100 0 1110 11010110 1000111 110101

Color Harmonies of #337BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337BDC

Black with #337BDC

Text Example


Text Example

White with #337BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337BDC; }

 p { color: rgb(51,123,220); }

 H1.HeaderClassName
 {
   color: #337BDC;
 }
 .AnyTagClassName
 {
   color: #337BDC;
 }
</style>

background-color css

<style>
 a { background-color: #337BDC; }

 a { background-color: rgb(51,123,220); }

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

border-color css

<style>
 span { border-color: #337BDC; }

 span { border-color: rgb(51,123,220); }

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