#3670CC

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

Shades of Royal Blue #3670CC

Tints of Royal Blue #3670CC

Color information

#3670CC (or 0x3670CC) is unknown color: approx Royal Blue. HEX triplet: 36, 70 and CC. RGB value is (54,112,204). Sum of RGB (Red+Green+Blue) = 54+112+204=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #3670CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670CC is #C98F33. Grayscale: #686868. Windows color (decimal): -13209396 or 13398070. OLE color: 13398070.

HSL color Cylindrical-coordinate representation of color #3670CC: hue angle of 216.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3670CC is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB54112204-
CMYK0.740.4500.2
HSL216.8º59.52%50.59%-
HSV(B)216.8º73.53%80%-
XYZ18.2116.7359.4-
YUV105.15183.7891.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.59%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 204 (80.08% from 255) = 55.14%
R=14.59%
G=30.27%
B=55.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal541122040.740.4500.2216.859.5250.59
Hex3670CC4A2D014d93c33
Octal66160314112550243317463
Binary110110111000011001100100101010110101010011011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3670CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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