#3A77BD

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

Shades of Curious Blue #3A77BD

Tints of Curious Blue #3A77BD

Color information

#3A77BD (or 0x3A77BD) is unknown color: approx Curious Blue. HEX triplet: 3A, 77 and BD. RGB value is (58,119,189). Sum of RGB (Red+Green+Blue) = 58+119+189=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A77BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A77BD is #C58842. Grayscale: #6C6C6C. Windows color (decimal): -12945475 or 12416826. OLE color: 12416826.

HSL color Cylindrical-coordinate representation of color #3A77BD: hue angle of 212.06º 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 #3A77BD is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB58119189-
CMYK0.690.3700.26
HSL212.06º53.04%48.43%-
HSV(B)212.06º69.31%74.12%-
XYZ17.5317.7750.65-
YUV108.74173.2991.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.85%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 189 (74.22% from 255) = 51.64%
R=15.85%
G=32.51%
B=51.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581191890.690.3700.26212.0653.0448.43
Hex3A77BD452501Ad43530
Octal72167275105450323246560
Binary111010111011110111101100010110010101101011010100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A77BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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