#3B73C5

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

Shades of Curious Blue #3B73C5

Tints of Curious Blue #3B73C5

Color information

#3B73C5 (or 0x3B73C5) is unknown color: approx Curious Blue. HEX triplet: 3B, 73 and C5. RGB value is (59,115,197). Sum of RGB (Red+Green+Blue) = 59+115+197=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #3B73C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B73C5 is #C48C3A. Grayscale: #6B6B6B. Windows color (decimal): -12880955 or 12940091. OLE color: 12940091.

HSL color Cylindrical-coordinate representation of color #3B73C5: hue angle of 215.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B73C5 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB59115197-
CMYK0.700.4200.23
HSL215.65º54.33%50.2%-
HSV(B)215.65º70.05%77.25%-
XYZ18.0117.2255.2-
YUV107.6178.4593.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 197 (77.34% from 255) = 53.10%
R=15.90%
G=31.00%
B=53.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal591151970.700.4200.23215.6554.3350.2
Hex3B73C5462A017d83632
Octal73163305106520273306662
Binary111011111001111000101100011010101001011111011000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B73C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,115,197); }

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

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

 a { background-color: rgb(59,115,197); }

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

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

 span { border-color: rgb(59,115,197); }

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