Html Css Color HEX #3668CD Royal Blue

📋 copy color: '#3668CD'

red 54 ◦ green 104 ◦ blue 205

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

Shades of Royal Blue #3668CD

Tints of Royal Blue #3668CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.65%

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 14.88%
G = 28.65%
B = 56.47%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3668CD (or 0x3668CD) is known color: Royal Blue. HEX triplet: 36, 68 and CD. RGB value is (54,104,205). Sum of RGB (Red+Green+Blue) = 54+104+205=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #3668CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3668CD is #C99732. Grayscale: #646464. Windows color (decimal): -13211443 or 13461558. OLE color: 13461558.

HSL color Cylindrical-coordinate representation of color #3668CD: hue angle of 220.13º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3668CD is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 104 205 -
CMYK 0.74 0.49 0 0.20
HSL 220.13º 0.6% 0.51% -
HSV(B) 220.13º 0.74% 0.8% -
XYZ 17.49 15.09 59.75 -
YUV 100.56 186.94 94.79 -
System Red Green Blue C M Y K H S L
Decimal 54 104 205 0.74 0.49 0 0.20 220.13 0.6 0.51
Hex 36 68 CD 4A 31 0 14 DC 3C 33
Octal 66 150 315 112 61 0 24 334 74 63
Binary 110110 1101000 11001101 1001010 110001 0 10100 11011100 111100 110011

Color Harmonies of #3668CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3668CD

Black with #3668CD

Text Example


Text Example

White with #3668CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3668CD; }

 p { color: rgb(54,104,205); }

 H1.HeaderClassName
 {
   color: #3668CD;
 }
 .AnyTagClassName
 {
   color: #3668CD;
 }
</style>

background-color css

<style>
 a { background-color: #3668CD; }

 a { background-color: rgb(54,104,205); }

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

border-color css

<style>
 span { border-color: #3668CD; }

 span { border-color: rgb(54,104,205); }

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