#3B70CC

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

Shades of Royal Blue #3B70CC

Tints of Royal Blue #3B70CC

Color information

#3B70CC (or 0x3B70CC) is unknown color: approx Royal Blue. HEX triplet: 3B, 70 and CC. RGB value is (59,112,204). Sum of RGB (Red+Green+Blue) = 59+112+204=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B70CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B70CC is #C48F33. Grayscale: #6A6A6A. Windows color (decimal): -12881716 or 13398075. OLE color: 13398075.

HSL color Cylindrical-coordinate representation of color #3B70CC: hue angle of 218.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B70CC is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB59112204-
CMYK0.710.4500.2
HSL218.07º58.7%51.57%-
HSV(B)218.07º71.08%80%-
XYZ18.516.8859.41-
YUV106.64182.9494.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.73%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 204 (80.08% from 255) = 54.4%
R=15.73%
G=29.87%
B=54.4%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal591122040.710.4500.2218.0758.751.57
Hex3B70CC472D014da3b34
Octal73160314107550243327364
Binary111011111000011001100100011110110101010011011010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B70CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B70CC; }

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

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

<style>
 a { background-color: #3B70CC; }

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

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

<style>
 span { border-color: #3B70CC; }

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

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