Html Css Color HEX #3378D3 Royal Blue

📋 copy color: '#3378D3'

red 51 ◦ green 120 ◦ blue 211

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

Shades of Royal Blue #3378D3

Tints of Royal Blue #3378D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 55.24%

R = 13.35%
G = 31.41%
B = 55.24%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3378D3 (or 0x3378D3) is known color: Royal Blue. HEX triplet: 33, 78 and D3. RGB value is (51,120,211). Sum of RGB (Red+Green+Blue) = 51+120+211=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #3378D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3378D3 is #CC872C. Grayscale: #6D6D6D. Windows color (decimal): -13403949 or 13858867. OLE color: 13858867.

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

Color convert

RGB 51 120 211 -
CMYK 0.76 0.43 0 0.17
HSL 214.13º 0.65% 0.51% -
HSV(B) 214.13º 0.76% 0.83% -
XYZ 19.84 18.84 64.22 -
YUV 109.74 185.14 86.1 -
System Red Green Blue C M Y K H S L
Decimal 51 120 211 0.76 0.43 0 0.17 214.13 0.65 0.51
Hex 33 78 D3 4C 2B 0 11 D6 41 33
Octal 63 170 323 114 53 0 21 326 101 63
Binary 110011 1111000 11010011 1001100 101011 0 10001 11010110 1000001 110011

Color Harmonies of #3378D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3378D3

Black with #3378D3

Text Example


Text Example

White with #3378D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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