#3B71CC

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

Shades of Royal Blue #3B71CC

Tints of Royal Blue #3B71CC

Color information

#3B71CC (or 0x3B71CC) is unknown color: approx Royal Blue. HEX triplet: 3B, 71 and CC. RGB value is (59,113,204). Sum of RGB (Red+Green+Blue) = 59+113+204=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B71CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B71CC is #C48E33. Grayscale: #6A6A6A. Windows color (decimal): -12881460 or 13398331. OLE color: 13398331.

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

Color convert

RGB59113204-
CMYK0.710.4500.2
HSL217.66º58.7%51.57%-
HSV(B)217.66º71.08%80%-
XYZ18.6117.159.45-
YUV107.23182.6193.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.69%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 204 (80.08% from 255) = 54.26%
R=15.69%
G=30.05%
B=54.26%

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
Decimal591132040.710.4500.2217.6658.751.57
Hex3B71CC472D014da3b34
Octal73161314107550243327364
Binary111011111000111001100100011110110101010011011010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B71CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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