#3B81CC

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

Shades of Curious Blue #3B81CC

Tints of Curious Blue #3B81CC

Color information

#3B81CC (or 0x3B81CC) is unknown color: approx Curious Blue. HEX triplet: 3B, 81 and CC. RGB value is (59,129,204). Sum of RGB (Red+Green+Blue) = 59+129+204=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B81CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B81CC is #C47E33. Grayscale: #747474. Windows color (decimal): -12877364 or 13402427. OLE color: 13402427.

HSL color Cylindrical-coordinate representation of color #3B81CC: hue angle of 211.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B81CC is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB59129204-
CMYK0.710.3700.2
HSL211.03º58.7%51.57%-
HSV(B)211.03º71.08%80%-
XYZ20.5520.9960.09-
YUV116.62177.3186.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.05%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 204 (80.08% from 255) = 52.04%
R=15.05%
G=32.91%
B=52.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal591292040.710.3700.2211.0358.751.57
Hex3B81CC4725014d33b34
Octal73201314107450243237364
Binary1110111000000111001100100011110010101010011010011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,129,204); }

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

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

 a { background-color: rgb(59,129,204); }

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

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

 span { border-color: rgb(59,129,204); }

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