Html Css Color HEX #3670DC Royal Blue

📋 copy color: '#3670DC'

red 54 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #3670DC

Tints of Royal Blue #3670DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 13.99%
G = 29.02%
B = 56.99%

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

#3670DC (or 0x3670DC) is known color: Royal Blue. HEX triplet: 36, 70 and DC. RGB value is (54,112,220). Sum of RGB (Red+Green+Blue) = 54+112+220=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #3670DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670DC is #C98F23. Grayscale: #6A6A6A. Windows color (decimal): -13209380 or 14446646. OLE color: 14446646.

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

Color convert

RGB 54 112 220 -
CMYK 0.75 0.49 0 0.14
HSL 219.04º 0.7% 0.54% -
HSV(B) 219.04º 0.75% 0.86% -
XYZ 20.23 17.54 70.03 -
YUV 106.97 191.78 90.22 -
System Red Green Blue C M Y K H S L
Decimal 54 112 220 0.75 0.49 0 0.14 219.04 0.7 0.54
Hex 36 70 DC 4B 31 0 E DB 46 36
Octal 66 160 334 113 61 0 16 333 106 66
Binary 110110 1110000 11011100 1001011 110001 0 1110 11011011 1000110 110110

Color Harmonies of #3670DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670DC

Black with #3670DC

Text Example


Text Example

White with #3670DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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