Html Css Color HEX #3379DA Royal Blue

📋 copy color: '#3379DA'

red 51 ◦ green 121 ◦ blue 218

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

Shades of Royal Blue #3379DA

Tints of Royal Blue #3379DA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 13.08%
G = 31.03%
B = 55.9%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3379DA (or 0x3379DA) is known color: Royal Blue. HEX triplet: 33, 79 and DA. RGB value is (51,121,218). Sum of RGB (Red+Green+Blue) = 51+121+218=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #3379DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379DA is #CC8625. Grayscale: #6E6E6E. Windows color (decimal): -13403686 or 14317875. OLE color: 14317875.

HSL color Cylindrical-coordinate representation of color #3379DA: hue angle of 214.85º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3379DA is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 121 218 -
CMYK 0.77 0.44 0 0.15
HSL 214.85º 0.69% 0.53% -
HSV(B) 214.85º 0.77% 0.85% -
XYZ 20.86 19.44 68.98 -
YUV 111.13 188.31 85.11 -
System Red Green Blue C M Y K H S L
Decimal 51 121 218 0.77 0.44 0 0.15 214.85 0.69 0.53
Hex 33 79 DA 4D 2C 0 F D7 45 35
Octal 63 171 332 115 54 0 17 327 105 65
Binary 110011 1111001 11011010 1001101 101100 0 1111 11010111 1000101 110101

Color Harmonies of #3379DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3379DA

Black with #3379DA

Text Example


Text Example

White with #3379DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3379DA; }

 p { color: rgb(51,121,218); }

 H1.HeaderClassName
 {
   color: #3379DA;
 }
 .AnyTagClassName
 {
   color: #3379DA;
 }
</style>

background-color css

<style>
 a { background-color: #3379DA; }

 a { background-color: rgb(51,121,218); }

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

border-color css

<style>
 span { border-color: #3379DA; }

 span { border-color: rgb(51,121,218); }

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