Html Css Color HEX #3668D7 Royal Blue

📋 copy color: '#3668D7'

red 54 ◦ green 104 ◦ blue 215

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

Shades of Royal Blue #3668D7

Tints of Royal Blue #3668D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.64%

R = 14.48%
G = 27.88%
B = 57.64%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3668D7 (or 0x3668D7) is known color: Royal Blue. HEX triplet: 36, 68 and D7. RGB value is (54,104,215). Sum of RGB (Red+Green+Blue) = 54+104+215=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 215 (84.38% from 255 or 57.64% from 373); Max value from RGB is 215 - color contains mainly: blue. Hex color #3668D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3668D7 is #C99728. Grayscale: #656565. Windows color (decimal): -13211433 or 14116918. OLE color: 14116918.

HSL color Cylindrical-coordinate representation of color #3668D7: hue angle of 221.37º degrees, saturation: 0.67, 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 #3668D7 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 104 215 -
CMYK 0.75 0.52 0 0.16
HSL 221.37º 0.67% 0.53% -
HSV(B) 221.37º 0.75% 0.84% -
XYZ 18.74 15.59 66.31 -
YUV 101.7 191.94 93.97 -
System Red Green Blue C M Y K H S L
Decimal 54 104 215 0.75 0.52 0 0.16 221.37 0.67 0.53
Hex 36 68 D7 4B 34 0 10 DD 43 35
Octal 66 150 327 113 64 0 20 335 103 65
Binary 110110 1101000 11010111 1001011 110100 0 10000 11011101 1000011 110101

Color Harmonies of #3668D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3668D7

Black with #3668D7

Text Example


Text Example

White with #3668D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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