Html Css Color HEX #3670DB Royal Blue

📋 copy color: '#3670DB'

red 54 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #3670DB

Tints of Royal Blue #3670DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 14.03%
G = 29.09%
B = 56.88%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3670DB (or 0x3670DB) is known color: Royal Blue. HEX triplet: 36, 70 and DB. RGB value is (54,112,219). Sum of RGB (Red+Green+Blue) = 54+112+219=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #3670DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670DB is #C98F24. Grayscale: #6A6A6A. Windows color (decimal): -13209381 or 14381110. OLE color: 14381110.

HSL color Cylindrical-coordinate representation of color #3670DB: hue angle of 218.91º 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 #3670DB is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 112 219 -
CMYK 0.75 0.49 0 0.14
HSL 218.91º 0.7% 0.54% -
HSV(B) 218.91º 0.75% 0.86% -
XYZ 20.1 17.49 69.33 -
YUV 106.86 191.28 90.3 -
System Red Green Blue C M Y K H S L
Decimal 54 112 219 0.75 0.49 0 0.14 218.91 0.7 0.54
Hex 36 70 DB 4B 31 0 E DB 46 36
Octal 66 160 333 113 61 0 16 333 106 66
Binary 110110 1110000 11011011 1001011 110001 0 1110 11011011 1000110 110110

Color Harmonies of #3670DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670DB

Black with #3670DB

Text Example


Text Example

White with #3670DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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