Html Css Color HEX #3371FF Royal Blue

📋 copy color: '#3371FF'

red 51 ◦ green 113 ◦ blue 255

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

Shades of Royal Blue #3371FF

Tints of Royal Blue #3371FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.97%

 BLUE value IS 255 (100% from 255) = 60.86%

R = 12.17%
G = 26.97%
B = 60.86%

CMYK

 C value IS 0.8

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3371FF (or 0x3371FF) is known color: Royal Blue. HEX triplet: 33, 71 and FF. RGB value is (51,113,255). Sum of RGB (Red+Green+Blue) = 51+113+255=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #3371FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3371FF is #CC8E00. Grayscale: #6E6E6E. Windows color (decimal): -13405697 or 16740659. OLE color: 16740659.

HSL color Cylindrical-coordinate representation of color #3371FF: hue angle of 221.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3371FF is Cyan = 0.8, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 113 255 -
CMYK 0.8 0.56 0 0
HSL 221.76º 1% 0.6% -
HSV(B) 221.76º 0.8% 1% -
XYZ 25.32 19.73 97.08 -
YUV 110.65 209.46 85.45 -
System Red Green Blue C M Y K H S L
Decimal 51 113 255 0.8 0.56 0 0 221.76 1 0.6
Hex 33 71 FF 50 38 0 0 DE 64 3C
Octal 63 161 377 120 70 0 0 336 144 74
Binary 110011 1110001 11111111 1010000 111000 0 0 11011110 1100100 111100

Color Harmonies of #3371FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3371FF

Black with #3371FF

Text Example


Text Example

White with #3371FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3371FF; }

 p { color: rgb(51,113,255); }

 H1.HeaderClassName
 {
   color: #3371FF;
 }
 .AnyTagClassName
 {
   color: #3371FF;
 }
</style>

background-color css

<style>
 a { background-color: #3371FF; }

 a { background-color: rgb(51,113,255); }

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

border-color css

<style>
 span { border-color: #3371FF; }

 span { border-color: rgb(51,113,255); }

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