Html Css Color HEX #3674DD Royal Blue

📋 copy color: '#3674DD'

red 54 ◦ green 116 ◦ blue 221

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

Shades of Royal Blue #3674DD

Tints of Royal Blue #3674DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 13.81%
G = 29.67%
B = 56.52%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3674DD (or 0x3674DD) is known color: Royal Blue. HEX triplet: 36, 74 and DD. RGB value is (54,116,221). Sum of RGB (Red+Green+Blue) = 54+116+221=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #3674DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674DD is #C98B22. Grayscale: #6C6C6C. Windows color (decimal): -13208355 or 14513206. OLE color: 14513206.

HSL color Cylindrical-coordinate representation of color #3674DD: hue angle of 217.72º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3674DD is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 116 221 -
CMYK 0.76 0.48 0 0.13
HSL 217.72º 0.71% 0.54% -
HSV(B) 217.72º 0.76% 0.87% -
XYZ 20.82 18.5 70.88 -
YUV 109.43 190.96 88.46 -
System Red Green Blue C M Y K H S L
Decimal 54 116 221 0.76 0.48 0 0.13 217.72 0.71 0.54
Hex 36 74 DD 4C 30 0 D DA 47 36
Octal 66 164 335 114 60 0 15 332 107 66
Binary 110110 1110100 11011101 1001100 110000 0 1101 11011010 1000111 110110

Color Harmonies of #3674DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3674DD

Black with #3674DD

Text Example


Text Example

White with #3674DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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