Html Css Color HEX #3670FB Royal Blue

📋 copy color: '#3670FB'

red 54 ◦ green 112 ◦ blue 251

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

Shades of Royal Blue #3670FB

Tints of Royal Blue #3670FB

RGB

 RED value IS 54 (21.48% from 255) = 12.95%

 GREEN value IS 112 (44.14% from 255) = 26.86%

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

R = 12.95%
G = 26.86%
B = 60.19%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3670FB (or 0x3670FB) is known color: Royal Blue. HEX triplet: 36, 70 and FB. RGB value is (54,112,251). Sum of RGB (Red+Green+Blue) = 54+112+251=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #3670FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3670FB is #C98F04. Grayscale: #6D6D6D. Windows color (decimal): -13209349 or 16478262. OLE color: 16478262.

HSL color Cylindrical-coordinate representation of color #3670FB: hue angle of 222.34º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3670FB is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 112 251 -
CMYK 0.78 0.55 0 0.02
HSL 222.34º 0.96% 0.6% -
HSV(B) 222.34º 0.78% 0.98% -
XYZ 24.73 19.34 93.7 -
YUV 110.5 207.28 87.7 -
System Red Green Blue C M Y K H S L
Decimal 54 112 251 0.78 0.55 0 0.02 222.34 0.96 0.6
Hex 36 70 FB 4E 37 0 2 DE 60 3C
Octal 66 160 373 116 67 0 2 336 140 74
Binary 110110 1110000 11111011 1001110 110111 0 10 11011110 1100000 111100

Color Harmonies of #3670FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670FB

Black with #3670FB

Text Example


Text Example

White with #3670FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,112,251); }

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

background-color css

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

 a { background-color: rgb(54,112,251); }

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

border-color css

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

 span { border-color: rgb(54,112,251); }

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