#3b8fbe

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

Shades of Curious Blue #3B8FBE

Tints of Curious Blue #3B8FBE

Color information

#3B8FBE (or 0x3B8FBE) is unknown color: approx Curious Blue. HEX triplet: 3B, 8F and BE. RGB value is (59,143,190). Sum of RGB (Red+Green+Blue) = 59+143+190=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B8FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8FBE is #C47041. Grayscale: #7A7A7A. Windows color (decimal): -12873794 or 12488507. OLE color: 12488507.

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

Color convert

RGB59143190-
CMYK0.690.2500.25
HSL201.53º52.61%48.82%-
HSV(B)201.53º68.95%74.51%-
XYZ20.9224.2952.3-
YUV123.24165.6782.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.05%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=15.05%
G=36.48%
B=48.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591431900.690.2500.25201.5352.6148.82
Hex3B8FBE4519019ca3531
Octal73217276105310313126561
Binary111011100011111011111010001011100101100111001010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b8fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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