#3B8FC1

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

Shades of Curious Blue #3B8FC1

Tints of Curious Blue #3B8FC1

Color information

#3B8FC1 (or 0x3B8FC1) is unknown color: approx Curious Blue. HEX triplet: 3B, 8F and C1. RGB value is (59,143,193). Sum of RGB (Red+Green+Blue) = 59+143+193=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B8FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8FC1 is #C4703E. Grayscale: #7B7B7B. Windows color (decimal): -12873791 or 12685115. OLE color: 12685115.

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

Color convert

RGB59143193-
CMYK0.690.2600.24
HSL202.39º53.17%49.41%-
HSV(B)202.39º69.43%75.69%-
XYZ21.2524.4254.05-
YUV123.58167.1781.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.94%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 193 (75.78% from 255) = 48.86%
R=14.94%
G=36.20%
B=48.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591431930.690.2600.24202.3953.1749.41
Hex3B8FC1451A018ca3531
Octal73217301105320303126561
Binary111011100011111100000110001011101001100011001010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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