#3A74BC

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

Shades of Curious Blue #3A74BC

Tints of Curious Blue #3A74BC

Color information

#3A74BC (or 0x3A74BC) is unknown color: approx Curious Blue. HEX triplet: 3A, 74 and BC. RGB value is (58,116,188). Sum of RGB (Red+Green+Blue) = 58+116+188=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A74BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A74BC is #C58B43. Grayscale: #6A6A6A. Windows color (decimal): -12946244 or 12350522. OLE color: 12350522.

HSL color Cylindrical-coordinate representation of color #3A74BC: hue angle of 213.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A74BC is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB58116188-
CMYK0.690.3800.26
HSL213.23º52.85%48.24%-
HSV(B)213.23º69.15%73.73%-
XYZ17.0717.0249.96-
YUV106.87173.7893.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.02%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=16.02%
G=32.04%
B=51.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581161880.690.3800.26213.2352.8548.24
Hex3A74BC452601Ad53530
Octal72164274105460323256560
Binary111010111010010111100100010110011001101011010101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A74BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,188); }

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

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

 a { background-color: rgb(58,116,188); }

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

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

 span { border-color: rgb(58,116,188); }

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