#3B7ABE

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

Shades of Curious Blue #3B7ABE

Tints of Curious Blue #3B7ABE

Color information

#3B7ABE (or 0x3B7ABE) is unknown color: approx Curious Blue. HEX triplet: 3B, 7A and BE. RGB value is (59,122,190). Sum of RGB (Red+Green+Blue) = 59+122+190=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B7ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7ABE is #C48541. Grayscale: #6E6E6E. Windows color (decimal): -12879170 or 12483131. OLE color: 12483131.

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

Color convert

RGB59122190-
CMYK0.690.3600.25
HSL211.15º52.61%48.82%-
HSV(B)211.15º68.95%74.51%-
XYZ18.0618.5751.35-
YUV110.92172.6390.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=15.90%
G=32.88%
B=51.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591221900.690.3600.25211.1552.6148.82
Hex3B7ABE4524019d33531
Octal73172276105440313236561
Binary111011111101010111110100010110010001100111010011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,122,190); }

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

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

 a { background-color: rgb(59,122,190); }

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

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

 span { border-color: rgb(59,122,190); }

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