Html Css Color HEX #3670DF Royal Blue

📋 copy color: '#3670DF'

red 54 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #3670DF

Tints of Royal Blue #3670DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 13.88%
G = 28.79%
B = 57.33%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3670DF (or 0x3670DF) is known color: Royal Blue. HEX triplet: 36, 70 and DF. RGB value is (54,112,223). Sum of RGB (Red+Green+Blue) = 54+112+223=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #3670DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670DF is #C98F20. Grayscale: #6A6A6A. Windows color (decimal): -13209377 or 14643254. OLE color: 14643254.

HSL color Cylindrical-coordinate representation of color #3670DF: hue angle of 219.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3670DF is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 112 223 -
CMYK 0.76 0.50 0 0.13
HSL 219.41º 0.73% 0.54% -
HSV(B) 219.41º 0.76% 0.87% -
XYZ 20.63 17.7 72.14 -
YUV 107.31 193.28 89.97 -
System Red Green Blue C M Y K H S L
Decimal 54 112 223 0.76 0.50 0 0.13 219.41 0.73 0.54
Hex 36 70 DF 4C 32 0 D DB 49 36
Octal 66 160 337 114 62 0 15 333 111 66
Binary 110110 1110000 11011111 1001100 110010 0 1101 11011011 1001001 110110

Color Harmonies of #3670DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670DF

Black with #3670DF

Text Example


Text Example

White with #3670DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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