#3671CC

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

Shades of Royal Blue #3671CC

Tints of Royal Blue #3671CC

Color information

#3671CC (or 0x3671CC) is unknown color: approx Royal Blue. HEX triplet: 36, 71 and CC. RGB value is (54,113,204). Sum of RGB (Red+Green+Blue) = 54+113+204=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #3671CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3671CC is #C98E33. Grayscale: #696969. Windows color (decimal): -13209140 or 13398326. OLE color: 13398326.

HSL color Cylindrical-coordinate representation of color #3671CC: hue angle of 216.4º 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 #3671CC is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB54113204-
CMYK0.740.4500.2
HSL216.4º59.52%50.59%-
HSV(B)216.4º73.53%80%-
XYZ18.3316.9559.43-
YUV105.73183.4591.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.56%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=14.56%
G=30.46%
B=54.99%

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
Decimal541132040.740.4500.2216.459.5250.59
Hex3671CC4A2D014d83c33
Octal66161314112550243307463
Binary110110111000111001100100101010110101010011011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3671CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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