#3A81BF

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

Shades of Curious Blue #3A81BF

Tints of Curious Blue #3A81BF

Color information

#3A81BF (or 0x3A81BF) is unknown color: approx Curious Blue. HEX triplet: 3A, 81 and BF. RGB value is (58,129,191). Sum of RGB (Red+Green+Blue) = 58+129+191=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A81BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A81BF is #C57E40. Grayscale: #727272. Windows color (decimal): -12942913 or 12550458. OLE color: 12550458.

HSL color Cylindrical-coordinate representation of color #3A81BF: hue angle of 207.97º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A81BF is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58129191-
CMYK0.700.3200.25
HSL207.97º53.41%48.82%-
HSV(B)207.97º69.63%74.9%-
XYZ1920.3652.22-
YUV114.84170.9887.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.34%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 191 (75% from 255) = 50.53%
R=15.34%
G=34.13%
B=50.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581291910.700.3200.25207.9753.4148.82
Hex3A81BF4620019d03531
Octal72201277106400313206561
Binary1110101000000110111111100011010000001100111010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,129,191); }

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

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

 a { background-color: rgb(58,129,191); }

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

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

 span { border-color: rgb(58,129,191); }

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