Html Css Color HEX #3378D1 Royal Blue

📋 copy color: '#3378D1'

red 51 ◦ green 120 ◦ blue 209

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

Shades of Royal Blue #3378D1

Tints of Royal Blue #3378D1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.58%

 BLUE value IS 209 (82.03% from 255) = 55%

R = 13.42%
G = 31.58%
B = 55%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3378D1 (or 0x3378D1) is known color: Royal Blue. HEX triplet: 33, 78 and D1. RGB value is (51,120,209). Sum of RGB (Red+Green+Blue) = 51+120+209=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 209 (82.03% from 255 or 55% from 380); Max value from RGB is 209 - color contains mainly: blue. Hex color #3378D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3378D1 is #CC872E. Grayscale: #6D6D6D. Windows color (decimal): -13403951 or 13727795. OLE color: 13727795.

HSL color Cylindrical-coordinate representation of color #3378D1: hue angle of 213.8º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3378D1 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 120 209 -
CMYK 0.76 0.43 0 0.18
HSL 213.8º 0.63% 0.51% -
HSV(B) 213.8º 0.76% 0.82% -
XYZ 19.59 18.74 62.91 -
YUV 109.52 184.14 86.26 -
System Red Green Blue C M Y K H S L
Decimal 51 120 209 0.76 0.43 0 0.18 213.8 0.63 0.51
Hex 33 78 D1 4C 2B 0 12 D6 3F 33
Octal 63 170 321 114 53 0 22 326 77 63
Binary 110011 1111000 11010001 1001100 101011 0 10010 11010110 111111 110011

Color Harmonies of #3378D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3378D1

Black with #3378D1

Text Example


Text Example

White with #3378D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3378D1; }

 p { color: rgb(51,120,209); }

 H1.HeaderClassName
 {
   color: #3378D1;
 }
 .AnyTagClassName
 {
   color: #3378D1;
 }
</style>

background-color css

<style>
 a { background-color: #3378D1; }

 a { background-color: rgb(51,120,209); }

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

border-color css

<style>
 span { border-color: #3378D1; }

 span { border-color: rgb(51,120,209); }

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