Html Css Color HEX #3279DE Royal Blue

📋 copy color: '#3279DE'

red 50 ◦ green 121 ◦ blue 222

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

Shades of Royal Blue #3279DE

Tints of Royal Blue #3279DE

RGB

 RED value IS 50 (19.92% from 255) = 12.72%

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

 BLUE value IS 222 (87.11% from 255) = 56.49%

R = 12.72%
G = 30.79%
B = 56.49%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3279DE (or 0x3279DE) is known color: Royal Blue. HEX triplet: 32, 79 and DE. RGB value is (50,121,222). Sum of RGB (Red+Green+Blue) = 50+121+222=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #3279DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3279DE is #CD8621. Grayscale: #6E6E6E. Windows color (decimal): -13469218 or 14580018. OLE color: 14580018.

HSL color Cylindrical-coordinate representation of color #3279DE: hue angle of 215.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3279DE is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 121 222 -
CMYK 0.77 0.45 0 0.13
HSL 215.23º 0.72% 0.53% -
HSV(B) 215.23º 0.77% 0.87% -
XYZ 21.34 19.63 71.77 -
YUV 111.29 190.48 84.29 -
System Red Green Blue C M Y K H S L
Decimal 50 121 222 0.77 0.45 0 0.13 215.23 0.72 0.53
Hex 32 79 DE 4D 2D 0 D D7 48 35
Octal 62 171 336 115 55 0 15 327 110 65
Binary 110010 1111001 11011110 1001101 101101 0 1101 11010111 1001000 110101

Color Harmonies of #3279DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3279DE

Black with #3279DE

Text Example


Text Example

White with #3279DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3279DE; }

 p { color: rgb(50,121,222); }

 H1.HeaderClassName
 {
   color: #3279DE;
 }
 .AnyTagClassName
 {
   color: #3279DE;
 }
</style>

background-color css

<style>
 a { background-color: #3279DE; }

 a { background-color: rgb(50,121,222); }

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

border-color css

<style>
 span { border-color: #3279DE; }

 span { border-color: rgb(50,121,222); }

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