Html Css Color HEX #3371FD Royal Blue

📋 copy color: '#3371FD'

red 51 ◦ green 113 ◦ blue 253

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

Shades of Royal Blue #3371FD

Tints of Royal Blue #3371FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.67%

R = 12.23%
G = 27.1%
B = 60.67%

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

#3371FD (or 0x3371FD) is known color: Royal Blue. HEX triplet: 33, 71 and FD. RGB value is (51,113,253). Sum of RGB (Red+Green+Blue) = 51+113+253=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #3371FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3371FD is #CC8E02. Grayscale: #6D6D6D. Windows color (decimal): -13405699 or 16609587. OLE color: 16609587.

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

Color convert

RGB 51 113 253 -
CMYK 0.80 0.55 0 0.01
HSL 221.58º 0.98% 0.6% -
HSV(B) 221.58º 0.8% 0.99% -
XYZ 25 19.61 95.4 -
YUV 110.42 208.46 85.62 -
System Red Green Blue C M Y K H S L
Decimal 51 113 253 0.80 0.55 0 0.01 221.58 0.98 0.6
Hex 33 71 FD 50 37 0 1 DE 62 3C
Octal 63 161 375 120 67 0 1 336 142 74
Binary 110011 1110001 11111101 1010000 110111 0 1 11011110 1100010 111100

Color Harmonies of #3371FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3371FD

Black with #3371FD

Text Example


Text Example

White with #3371FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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