#3B7DBB

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

Shades of Curious Blue #3B7DBB

Tints of Curious Blue #3B7DBB

Color information

#3B7DBB (or 0x3B7DBB) is unknown color: approx Curious Blue. HEX triplet: 3B, 7D and BB. RGB value is (59,125,187). Sum of RGB (Red+Green+Blue) = 59+125+187=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7DBB is #C48244. Grayscale: #707070. Windows color (decimal): -12878405 or 12287291. OLE color: 12287291.

HSL color Cylindrical-coordinate representation of color #3B7DBB: hue angle of 209.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B7DBB is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB59125187-
CMYK0.680.3300.27
HSL209.06º52.03%48.24%-
HSV(B)209.06º68.45%73.33%-
XYZ18.1119.1849.76-
YUV112.33170.1389.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=15.90%
G=33.69%
B=50.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591251870.680.3300.27209.0652.0348.24
Hex3B7DBB442101Bd13430
Octal73175273104410333216460
Binary111011111110110111011100010010000101101111010001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,125,187); }

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

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

 a { background-color: rgb(59,125,187); }

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

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

 span { border-color: rgb(59,125,187); }

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