Html Css Color HEX #3668CE Royal Blue

📋 copy color: '#3668CE'

red 54 ◦ green 104 ◦ blue 206

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

Shades of Royal Blue #3668CE

Tints of Royal Blue #3668CE

RGB

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

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

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

R = 14.84%
G = 28.57%
B = 56.59%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3668CE (or 0x3668CE) is known color: Royal Blue. HEX triplet: 36, 68 and CE. RGB value is (54,104,206). Sum of RGB (Red+Green+Blue) = 54+104+206=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #3668CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3668CE is #C99731. Grayscale: #646464. Windows color (decimal): -13211442 or 13527094. OLE color: 13527094.

HSL color Cylindrical-coordinate representation of color #3668CE: hue angle of 220.26º 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 #3668CE is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 104 206 -
CMYK 0.74 0.50 0 0.19
HSL 220.26º 0.61% 0.51% -
HSV(B) 220.26º 0.74% 0.81% -
XYZ 17.61 15.14 60.39 -
YUV 100.68 187.44 94.71 -
System Red Green Blue C M Y K H S L
Decimal 54 104 206 0.74 0.50 0 0.19 220.26 0.61 0.51
Hex 36 68 CE 4A 32 0 13 DC 3D 33
Octal 66 150 316 112 62 0 23 334 75 63
Binary 110110 1101000 11001110 1001010 110010 0 10011 11011100 111101 110011

Color Harmonies of #3668CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3668CE

Black with #3668CE

Text Example


Text Example

White with #3668CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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