Html Css Color HEX #3668D6 Royal Blue

📋 copy color: '#3668D6'

red 54 ◦ green 104 ◦ blue 214

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

Shades of Royal Blue #3668D6

Tints of Royal Blue #3668D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.53%

R = 14.52%
G = 27.96%
B = 57.53%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3668D6 (or 0x3668D6) is known color: Royal Blue. HEX triplet: 36, 68 and D6. RGB value is (54,104,214). Sum of RGB (Red+Green+Blue) = 54+104+214=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #3668D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3668D6 is #C99729. Grayscale: #656565. Windows color (decimal): -13211434 or 14051382. OLE color: 14051382.

HSL color Cylindrical-coordinate representation of color #3668D6: hue angle of 221.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3668D6 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 104 214 -
CMYK 0.75 0.51 0 0.16
HSL 221.25º 0.66% 0.53% -
HSV(B) 221.25º 0.75% 0.84% -
XYZ 18.61 15.54 65.64 -
YUV 101.59 191.44 94.06 -
System Red Green Blue C M Y K H S L
Decimal 54 104 214 0.75 0.51 0 0.16 221.25 0.66 0.53
Hex 36 68 D6 4B 33 0 10 DD 42 35
Octal 66 150 326 113 63 0 20 335 102 65
Binary 110110 1101000 11010110 1001011 110011 0 10000 11011101 1000010 110101

Color Harmonies of #3668D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3668D6

Black with #3668D6

Text Example


Text Example

White with #3668D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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