#3A76CA

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

Shades of Curious Blue #3A76CA

Tints of Curious Blue #3A76CA

Color information

#3A76CA (or 0x3A76CA) is unknown color: approx Curious Blue. HEX triplet: 3A, 76 and CA. RGB value is (58,118,202). Sum of RGB (Red+Green+Blue) = 58+118+202=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A76CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A76CA is #C58935. Grayscale: #6D6D6D. Windows color (decimal): -12945718 or 13268538. OLE color: 13268538.

HSL color Cylindrical-coordinate representation of color #3A76CA: hue angle of 215º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A76CA is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB58118202-
CMYK0.710.4200.21
HSL215º57.6%50.98%-
HSV(B)215º71.29%79.22%-
XYZ18.8818.1258.38-
YUV109.64180.1291.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.34%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=15.34%
G=31.22%
B=53.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal581182020.710.4200.2121557.650.98
Hex3A76CA472A015d73a33
Octal72166312107520253277263
Binary111010111011011001010100011110101001010111010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A76CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,118,202); }

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

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

 a { background-color: rgb(58,118,202); }

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

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

 span { border-color: rgb(58,118,202); }

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