#3B8DD7

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

Shades of Curious Blue #3B8DD7

Tints of Curious Blue #3B8DD7

Color information

#3B8DD7 (or 0x3B8DD7) is unknown color: approx Curious Blue. HEX triplet: 3B, 8D and D7. RGB value is (59,141,215). Sum of RGB (Red+Green+Blue) = 59+141+215=415 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.22% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #3B8DD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8DD7 is #C47228. Grayscale: #7C7C7C. Windows color (decimal): -12874281 or 14126395. OLE color: 14126395.

HSL color Cylindrical-coordinate representation of color #3B8DD7: hue angle of 208.46º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B8DD7 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB59141215-
CMYK0.730.3400.16
HSL208.46º66.1%53.73%-
HSV(B)208.46º72.56%84.31%-
XYZ23.5924.8967.85-
YUV124.92178.8380.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.22%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 215 (84.38% from 255) = 51.81%
R=14.22%
G=33.98%
B=51.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal591412150.730.3400.16208.4666.153.73
Hex3B8DD74922010d04236
Octal732153271114202032010266
Binary11101110001101110101111001001100010010000110100001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,141,215); }

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

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

 a { background-color: rgb(59,141,215); }

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

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

 span { border-color: rgb(59,141,215); }

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