#3A77CA

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

Shades of Curious Blue #3A77CA

Tints of Curious Blue #3A77CA

Color information

#3A77CA (or 0x3A77CA) is unknown color: approx Curious Blue. HEX triplet: 3A, 77 and CA. RGB value is (58,119,202). Sum of RGB (Red+Green+Blue) = 58+119+202=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A77CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A77CA is #C58835. Grayscale: #6D6D6D. Windows color (decimal): -12945462 or 13268794. OLE color: 13268794.

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

Color convert

RGB58119202-
CMYK0.710.4100.21
HSL214.58º57.6%50.98%-
HSV(B)214.58º71.29%79.22%-
XYZ1918.3658.42-
YUV110.22179.7990.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.30%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=15.30%
G=31.40%
B=53.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal581192020.710.4100.21214.5857.650.98
Hex3A77CA4729015d73a33
Octal72167312107510253277263
Binary111010111011111001010100011110100101010111010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A77CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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