Html Css Color HEX #3671FA Royal Blue

📋 copy color: '#3671FA'

red 54 ◦ green 113 ◦ blue 250

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

Shades of Royal Blue #3671FA

Tints of Royal Blue #3671FA

RGB

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

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

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

R = 12.95%
G = 27.1%
B = 59.95%

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

#3671FA (or 0x3671FA) is known color: Royal Blue. HEX triplet: 36, 71 and FA. RGB value is (54,113,250). Sum of RGB (Red+Green+Blue) = 54+113+250=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #3671FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3671FA is #C98E05. Grayscale: #6E6E6E. Windows color (decimal): -13209094 or 16412982. OLE color: 16412982.

HSL color Cylindrical-coordinate representation of color #3671FA: hue angle of 221.94º degrees, saturation: 0.95, 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 #3671FA is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 113 250 -
CMYK 0.78 0.55 0 0.02
HSL 221.94º 0.95% 0.6% -
HSV(B) 221.94º 0.78% 0.98% -
XYZ 24.68 19.5 92.9 -
YUV 110.98 206.45 87.36 -
System Red Green Blue C M Y K H S L
Decimal 54 113 250 0.78 0.55 0 0.02 221.94 0.95 0.6
Hex 36 71 FA 4E 37 0 2 DE 5F 3C
Octal 66 161 372 116 67 0 2 336 137 74
Binary 110110 1110001 11111010 1001110 110111 0 10 11011110 1011111 111100

Color Harmonies of #3671FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3671FA

Black with #3671FA

Text Example


Text Example

White with #3671FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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