Html Css Color HEX #3371FA Royal Blue

📋 copy color: '#3371FA'

red 51 ◦ green 113 ◦ blue 250

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

Shades of Royal Blue #3371FA

Tints of Royal Blue #3371FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.39%

R = 12.32%
G = 27.29%
B = 60.39%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3371FA (or 0x3371FA) is known color: Royal Blue. HEX triplet: 33, 71 and FA. RGB value is (51,113,250). Sum of RGB (Red+Green+Blue) = 51+113+250=414 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.32% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #3371FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3371FA is #CC8E05. Grayscale: #6D6D6D. Windows color (decimal): -13405702 or 16412979. OLE color: 16412979.

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

Color convert

RGB 51 113 250 -
CMYK 0.80 0.55 0 0.02
HSL 221.31º 0.95% 0.59% -
HSV(B) 221.31º 0.8% 0.98% -
XYZ 24.53 19.42 92.9 -
YUV 110.08 206.96 85.86 -
System Red Green Blue C M Y K H S L
Decimal 51 113 250 0.80 0.55 0 0.02 221.31 0.95 0.59
Hex 33 71 FA 50 37 0 2 DD 5F 3B
Octal 63 161 372 120 67 0 2 335 137 73
Binary 110011 1110001 11111010 1010000 110111 0 10 11011101 1011111 111011

Color Harmonies of #3371FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3371FA

Black with #3371FA

Text Example


Text Example

White with #3371FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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