Html Css Color HEX #3670ED Royal Blue

📋 copy color: '#3670ED'

red 54 ◦ green 112 ◦ blue 237

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

Shades of Royal Blue #3670ED

Tints of Royal Blue #3670ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.81%

R = 13.4%
G = 27.79%
B = 58.81%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3670ED (or 0x3670ED) is known color: Royal Blue. HEX triplet: 36, 70 and ED. RGB value is (54,112,237). Sum of RGB (Red+Green+Blue) = 54+112+237=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #3670ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3670ED is #C98F12. Grayscale: #6C6C6C. Windows color (decimal): -13209363 or 15560758. OLE color: 15560758.

HSL color Cylindrical-coordinate representation of color #3670ED: hue angle of 220.98º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3670ED is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 112 237 -
CMYK 0.77 0.53 0 0.07
HSL 220.98º 0.84% 0.57% -
HSV(B) 220.98º 0.77% 0.93% -
XYZ 22.6 18.49 82.5 -
YUV 108.91 200.28 88.84 -
System Red Green Blue C M Y K H S L
Decimal 54 112 237 0.77 0.53 0 0.07 220.98 0.84 0.57
Hex 36 70 ED 4D 35 0 7 DD 54 39
Octal 66 160 355 115 65 0 7 335 124 71
Binary 110110 1110000 11101101 1001101 110101 0 111 11011101 1010100 111001

Color Harmonies of #3670ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670ED

Black with #3670ED

Text Example


Text Example

White with #3670ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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