Html Css Color HEX #3674EA Royal Blue

📋 copy color: '#3674EA'

red 54 ◦ green 116 ◦ blue 234

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

Shades of Royal Blue #3674EA

Tints of Royal Blue #3674EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.92%

R = 13.37%
G = 28.71%
B = 57.92%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3674EA (or 0x3674EA) is known color: Royal Blue. HEX triplet: 36, 74 and EA. RGB value is (54,116,234). Sum of RGB (Red+Green+Blue) = 54+116+234=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #3674EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3674EA is #C98B15. Grayscale: #6E6E6E. Windows color (decimal): -13208342 or 15365174. OLE color: 15365174.

HSL color Cylindrical-coordinate representation of color #3674EA: hue angle of 219.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3674EA is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 116 234 -
CMYK 0.77 0.50 0 0.08
HSL 219.33º 0.81% 0.56% -
HSV(B) 219.33º 0.77% 0.92% -
XYZ 22.62 19.22 80.36 -
YUV 110.91 197.46 87.41 -
System Red Green Blue C M Y K H S L
Decimal 54 116 234 0.77 0.50 0 0.08 219.33 0.81 0.56
Hex 36 74 EA 4D 32 0 8 DB 51 38
Octal 66 164 352 115 62 0 10 333 121 70
Binary 110110 1110100 11101010 1001101 110010 0 1000 11011011 1010001 111000

Color Harmonies of #3674EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3674EA

Black with #3674EA

Text Example


Text Example

White with #3674EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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