Html Css Color HEX #3661DB Royal Blue

📋 copy color: '#3661DB'

red 54 ◦ green 97 ◦ blue 219

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

Shades of Royal Blue #3661DB

Tints of Royal Blue #3661DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 14.59%
G = 26.22%
B = 59.19%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3661DB (or 0x3661DB) is known color: Royal Blue. HEX triplet: 36, 61 and DB. RGB value is (54,97,219). Sum of RGB (Red+Green+Blue) = 54+97+219=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #3661DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3661DB is #C99E24. Grayscale: #616161. Windows color (decimal): -13213221 or 14377270. OLE color: 14377270.

HSL color Cylindrical-coordinate representation of color #3661DB: hue angle of 224.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3661DB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 97 219 -
CMYK 0.75 0.56 0 0.14
HSL 224.36º 0.7% 0.54% -
HSV(B) 224.36º 0.75% 0.86% -
XYZ 18.58 14.45 68.83 -
YUV 98.05 196.25 96.58 -
System Red Green Blue C M Y K H S L
Decimal 54 97 219 0.75 0.56 0 0.14 224.36 0.7 0.54
Hex 36 61 DB 4B 38 0 E E0 46 36
Octal 66 141 333 113 70 0 16 340 106 66
Binary 110110 1100001 11011011 1001011 111000 0 1110 11100000 1000110 110110

Color Harmonies of #3661DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3661DB

Black with #3661DB

Text Example


Text Example

White with #3661DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3661DB; }

 p { color: rgb(54,97,219); }

 H1.HeaderClassName
 {
   color: #3661DB;
 }
 .AnyTagClassName
 {
   color: #3661DB;
 }
</style>

background-color css

<style>
 a { background-color: #3661DB; }

 a { background-color: rgb(54,97,219); }

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

border-color css

<style>
 span { border-color: #3661DB; }

 span { border-color: rgb(54,97,219); }

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