Html Css Color HEX #3674CE Royal Blue

📋 copy color: '#3674CE'

red 54 ◦ green 116 ◦ blue 206

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

Shades of Royal Blue #3674CE

Tints of Royal Blue #3674CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 14.36%
G = 30.85%
B = 54.79%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3674CE (or 0x3674CE) is known color: Royal Blue. HEX triplet: 36, 74 and CE. RGB value is (54,116,206). Sum of RGB (Red+Green+Blue) = 54+116+206=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #3674CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674CE is #C98B31. Grayscale: #6B6B6B. Windows color (decimal): -13208370 or 13530166. OLE color: 13530166.

HSL color Cylindrical-coordinate representation of color #3674CE: hue angle of 215.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3674CE is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 116 206 -
CMYK 0.74 0.44 0 0.19
HSL 215.53º 0.61% 0.51% -
HSV(B) 215.53º 0.74% 0.81% -
XYZ 18.91 17.73 60.82 -
YUV 107.72 183.46 89.68 -
System Red Green Blue C M Y K H S L
Decimal 54 116 206 0.74 0.44 0 0.19 215.53 0.61 0.51
Hex 36 74 CE 4A 2C 0 13 D8 3D 33
Octal 66 164 316 112 54 0 23 330 75 63
Binary 110110 1110100 11001110 1001010 101100 0 10011 11011000 111101 110011

Color Harmonies of #3674CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3674CE

Black with #3674CE

Text Example


Text Example

White with #3674CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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