Html Css Color HEX #3670EA Royal Blue

📋 copy color: '#3670EA'

red 54 ◦ green 112 ◦ blue 234

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

Shades of Royal Blue #3670EA

Tints of Royal Blue #3670EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 13.5%
G = 28%
B = 58.5%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3670EA (or 0x3670EA) is known color: Royal Blue. HEX triplet: 36, 70 and EA. RGB value is (54,112,234). Sum of RGB (Red+Green+Blue) = 54+112+234=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #3670EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3670EA is #C98F15. Grayscale: #6C6C6C. Windows color (decimal): -13209366 or 15364150. OLE color: 15364150.

HSL color Cylindrical-coordinate representation of color #3670EA: hue angle of 220.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3670EA is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 112 234 -
CMYK 0.77 0.52 0 0.08
HSL 220.67º 0.81% 0.56% -
HSV(B) 220.67º 0.77% 0.92% -
XYZ 22.17 18.31 80.21 -
YUV 108.57 198.78 89.08 -
System Red Green Blue C M Y K H S L
Decimal 54 112 234 0.77 0.52 0 0.08 220.67 0.81 0.56
Hex 36 70 EA 4D 34 0 8 DD 51 38
Octal 66 160 352 115 64 0 10 335 121 70
Binary 110110 1110000 11101010 1001101 110100 0 1000 11011101 1010001 111000

Color Harmonies of #3670EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670EA

Black with #3670EA

Text Example


Text Example

White with #3670EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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