Html Css Color HEX #3374FB Royal Blue

📋 copy color: '#3374FB'

red 51 ◦ green 116 ◦ blue 251

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

Shades of Royal Blue #3374FB

Tints of Royal Blue #3374FB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.75%

 BLUE value IS 251 (98.44% from 255) = 60.05%

R = 12.2%
G = 27.75%
B = 60.05%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3374FB (or 0x3374FB) is known color: Royal Blue. HEX triplet: 33, 74 and FB. RGB value is (51,116,251). Sum of RGB (Red+Green+Blue) = 51+116+251=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #3374FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3374FB is #CC8B04. Grayscale: #6F6F6F. Windows color (decimal): -13404933 or 16479283. OLE color: 16479283.

HSL color Cylindrical-coordinate representation of color #3374FB: hue angle of 220.5º degrees, saturation: 0.96, 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 #3374FB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 116 251 -
CMYK 0.80 0.54 0 0.02
HSL 220.5º 0.96% 0.59% -
HSV(B) 220.5º 0.8% 0.98% -
XYZ 25.02 20.16 93.84 -
YUV 111.96 206.47 84.52 -
System Red Green Blue C M Y K H S L
Decimal 51 116 251 0.80 0.54 0 0.02 220.5 0.96 0.59
Hex 33 74 FB 50 36 0 2 DC 60 3B
Octal 63 164 373 120 66 0 2 334 140 73
Binary 110011 1110100 11111011 1010000 110110 0 10 11011100 1100000 111011

Color Harmonies of #3374FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3374FB

Black with #3374FB

Text Example


Text Example

White with #3374FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3374FB; }

 p { color: rgb(51,116,251); }

 H1.HeaderClassName
 {
   color: #3374FB;
 }
 .AnyTagClassName
 {
   color: #3374FB;
 }
</style>

background-color css

<style>
 a { background-color: #3374FB; }

 a { background-color: rgb(51,116,251); }

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

border-color css

<style>
 span { border-color: #3374FB; }

 span { border-color: rgb(51,116,251); }

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