#3670CA

Color #3670CA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3670CA

Tints of Royal Blue #3670CA

Color information

#3670CA (or 0x3670CA) is unknown color: approx Royal Blue. HEX triplet: 36, 70 and CA. RGB value is (54,112,202). Sum of RGB (Red+Green+Blue) = 54+112+202=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #3670CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670CA is #C98F35. Grayscale: #686868. Windows color (decimal): -13209398 or 13266998. OLE color: 13266998.

HSL color Cylindrical-coordinate representation of color #3670CA: hue angle of 216.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3670CA is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB54112202-
CMYK0.730.4500.21
HSL216.49º58.27%50.2%-
HSV(B)216.49º73.27%79.22%-
XYZ17.9816.6458.14-
YUV104.92182.7891.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.67%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 202 (79.30% from 255) = 54.89%
R=14.67%
G=30.43%
B=54.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal541122020.730.4500.21216.4958.2750.2
Hex3670CA492D015d83a32
Octal66160312111550253307262
Binary110110111000011001010100100110110101010111011000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3670CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3670CA;
 }
 .AnyTagClassName
 {
   color: #3670CA;
 }
</style>
background-color css

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

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

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

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

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

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