Html Css Color HEX #3379F8 Royal Blue

📋 copy color: '#3379F8'

red 51 ◦ green 121 ◦ blue 248

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

Shades of Royal Blue #3379F8

Tints of Royal Blue #3379F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 59.05%

R = 12.14%
G = 28.81%
B = 59.05%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3379F8 (or 0x3379F8) is known color: Royal Blue. HEX triplet: 33, 79 and F8. RGB value is (51,121,248). Sum of RGB (Red+Green+Blue) = 51+121+248=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #3379F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3379F8 is #CC8607. Grayscale: #717171. Windows color (decimal): -13403656 or 16283955. OLE color: 16283955.

HSL color Cylindrical-coordinate representation of color #3379F8: hue angle of 218.68º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3379F8 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 121 248 -
CMYK 0.79 0.51 0 0.03
HSL 218.68º 0.93% 0.59% -
HSV(B) 218.68º 0.79% 0.97% -
XYZ 25.15 21.16 91.57 -
YUV 114.55 203.31 82.67 -
System Red Green Blue C M Y K H S L
Decimal 51 121 248 0.79 0.51 0 0.03 218.68 0.93 0.59
Hex 33 79 F8 4F 33 0 3 DB 5D 3B
Octal 63 171 370 117 63 0 3 333 135 73
Binary 110011 1111001 11111000 1001111 110011 0 11 11011011 1011101 111011

Color Harmonies of #3379F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3379F8

Black with #3379F8

Text Example


Text Example

White with #3379F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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