Html Css Color HEX #3660FF Royal Blue

📋 copy color: '#3660FF'

red 54 ◦ green 96 ◦ blue 255

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

Shades of Royal Blue #3660FF

Tints of Royal Blue #3660FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.7%

 BLUE value IS 255 (100% from 255) = 62.96%

R = 13.33%
G = 23.7%
B = 62.96%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3660FF (or 0x3660FF) is known color: Royal Blue. HEX triplet: 36, 60 and FF. RGB value is (54,96,255). Sum of RGB (Red+Green+Blue) = 54+96+255=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #3660FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3660FF is #C99F00. Grayscale: #646464. Windows color (decimal): -13213441 or 16736310. OLE color: 16736310.

HSL color Cylindrical-coordinate representation of color #3660FF: hue angle of 227.46º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3660FF is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 54 96 255 -
CMYK 0.79 0.62 0 0
HSL 227.46º 1% 0.61% -
HSV(B) 227.46º 0.79% 1% -
XYZ 23.75 16.37 96.52 -
YUV 101.57 214.59 94.07 -
System Red Green Blue C M Y K H S L
Decimal 54 96 255 0.79 0.62 0 0 227.46 1 0.61
Hex 36 60 FF 4F 3E 0 0 E3 64 3D
Octal 66 140 377 117 76 0 0 343 144 75
Binary 110110 1100000 11111111 1001111 111110 0 0 11100011 1100100 111101

Color Harmonies of #3660FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3660FF

Black with #3660FF

Text Example


Text Example

White with #3660FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3660FF; }

 p { color: rgb(54,96,255); }

 H1.HeaderClassName
 {
   color: #3660FF;
 }
 .AnyTagClassName
 {
   color: #3660FF;
 }
</style>

background-color css

<style>
 a { background-color: #3660FF; }

 a { background-color: rgb(54,96,255); }

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

border-color css

<style>
 span { border-color: #3660FF; }

 span { border-color: rgb(54,96,255); }

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