Html Css Color HEX #3670DE Royal Blue

📋 copy color: '#3670DE'

red 54 ◦ green 112 ◦ blue 222

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

Shades of Royal Blue #3670DE

Tints of Royal Blue #3670DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.22%

R = 13.92%
G = 28.87%
B = 57.22%

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

#3670DE (or 0x3670DE) is known color: Royal Blue. HEX triplet: 36, 70 and DE. RGB value is (54,112,222). Sum of RGB (Red+Green+Blue) = 54+112+222=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #3670DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670DE is #C98F21. Grayscale: #6A6A6A. Windows color (decimal): -13209378 or 14577718. OLE color: 14577718.

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

Color convert

RGB 54 112 222 -
CMYK 0.76 0.50 0 0.13
HSL 219.29º 0.72% 0.54% -
HSV(B) 219.29º 0.76% 0.87% -
XYZ 20.5 17.65 71.43 -
YUV 107.2 192.78 90.06 -
System Red Green Blue C M Y K H S L
Decimal 54 112 222 0.76 0.50 0 0.13 219.29 0.72 0.54
Hex 36 70 DE 4C 32 0 D DB 48 36
Octal 66 160 336 114 62 0 15 333 110 66
Binary 110110 1110000 11011110 1001100 110010 0 1101 11011011 1001000 110110

Color Harmonies of #3670DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670DE

Black with #3670DE

Text Example


Text Example

White with #3670DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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