Html Css Color HEX #3670DD Royal Blue

📋 copy color: '#3670DD'

red 54 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #3670DD

Tints of Royal Blue #3670DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 13.95%
G = 28.94%
B = 57.11%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3670DD (or 0x3670DD) is known color: Royal Blue. HEX triplet: 36, 70 and DD. RGB value is (54,112,221). Sum of RGB (Red+Green+Blue) = 54+112+221=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #3670DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670DD is #C98F22. Grayscale: #6A6A6A. Windows color (decimal): -13209379 or 14512182. OLE color: 14512182.

HSL color Cylindrical-coordinate representation of color #3670DD: hue angle of 219.16º degrees, saturation: 0.71, 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 #3670DD is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 112 221 -
CMYK 0.76 0.49 0 0.13
HSL 219.16º 0.71% 0.54% -
HSV(B) 219.16º 0.76% 0.87% -
XYZ 20.37 17.59 70.73 -
YUV 107.08 192.28 90.14 -
System Red Green Blue C M Y K H S L
Decimal 54 112 221 0.76 0.49 0 0.13 219.16 0.71 0.54
Hex 36 70 DD 4C 31 0 D DB 47 36
Octal 66 160 335 114 61 0 15 333 107 66
Binary 110110 1110000 11011101 1001100 110001 0 1101 11011011 1000111 110110

Color Harmonies of #3670DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670DD

Black with #3670DD

Text Example


Text Example

White with #3670DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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