Html Css Color HEX #3674FD Royal Blue

📋 copy color: '#3674FD'

red 54 ◦ green 116 ◦ blue 253

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

Shades of Royal Blue #3674FD

Tints of Royal Blue #3674FD

RGB

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

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

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

R = 12.77%
G = 27.42%
B = 59.81%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3674FD (or 0x3674FD) is known color: Royal Blue. HEX triplet: 36, 74 and FD. RGB value is (54,116,253). Sum of RGB (Red+Green+Blue) = 54+116+253=423 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.77% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #3674FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3674FD is #C98B02. Grayscale: #707070. Windows color (decimal): -13208323 or 16610358. OLE color: 16610358.

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

Color convert

RGB 54 116 253 -
CMYK 0.79 0.54 0 0.01
HSL 221.31º 0.98% 0.6% -
HSV(B) 221.31º 0.79% 0.99% -
XYZ 25.5 20.37 95.52 -
YUV 113.08 206.96 85.86 -
System Red Green Blue C M Y K H S L
Decimal 54 116 253 0.79 0.54 0 0.01 221.31 0.98 0.6
Hex 36 74 FD 4F 36 0 1 DD 62 3C
Octal 66 164 375 117 66 0 1 335 142 74
Binary 110110 1110100 11111101 1001111 110110 0 1 11011101 1100010 111100

Color Harmonies of #3674FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3674FD

Black with #3674FD

Text Example


Text Example

White with #3674FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,116,253); }

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

background-color css

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

 a { background-color: rgb(54,116,253); }

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

border-color css

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

 span { border-color: rgb(54,116,253); }

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