#3B8EBE

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

Shades of Curious Blue #3B8EBE

Tints of Curious Blue #3B8EBE

Color information

#3B8EBE (or 0x3B8EBE) is unknown color: approx Curious Blue. HEX triplet: 3B, 8E and BE. RGB value is (59,142,190). Sum of RGB (Red+Green+Blue) = 59+142+190=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B8EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8EBE is #C47141. Grayscale: #7A7A7A. Windows color (decimal): -12874050 or 12488251. OLE color: 12488251.

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

Color convert

RGB59142190-
CMYK0.690.2500.25
HSL201.98º52.61%48.82%-
HSV(B)201.98º68.95%74.51%-
XYZ20.7723.9952.25-
YUV122.6616682.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.09%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=15.09%
G=36.32%
B=48.59%

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
Decimal591421900.690.2500.25201.9852.6148.82
Hex3B8EBE4519019ca3531
Octal73216276105310313126561
Binary111011100011101011111010001011100101100111001010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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