Html Css Color HEX #3371FC Royal Blue

📋 copy color: '#3371FC'

red 51 ◦ green 113 ◦ blue 252

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

Shades of Royal Blue #3371FC

Tints of Royal Blue #3371FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.58%

R = 12.26%
G = 27.16%
B = 60.58%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3371FC (or 0x3371FC) is known color: Royal Blue. HEX triplet: 33, 71 and FC. RGB value is (51,113,252). Sum of RGB (Red+Green+Blue) = 51+113+252=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #3371FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3371FC is #CC8E03. Grayscale: #6D6D6D. Windows color (decimal): -13405700 or 16544051. OLE color: 16544051.

HSL color Cylindrical-coordinate representation of color #3371FC: hue angle of 221.49º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3371FC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 113 252 -
CMYK 0.80 0.55 0 0.01
HSL 221.49º 0.97% 0.59% -
HSV(B) 221.49º 0.8% 0.99% -
XYZ 24.84 19.54 94.56 -
YUV 110.31 207.96 85.7 -
System Red Green Blue C M Y K H S L
Decimal 51 113 252 0.80 0.55 0 0.01 221.49 0.97 0.59
Hex 33 71 FC 50 37 0 1 DD 61 3B
Octal 63 161 374 120 67 0 1 335 141 73
Binary 110011 1110001 11111100 1010000 110111 0 1 11011101 1100001 111011

Color Harmonies of #3371FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3371FC

Black with #3371FC

Text Example


Text Example

White with #3371FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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