#3688B2

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

Shades of Curious Blue #3688B2

Tints of Curious Blue #3688B2

Color information

#3688B2 (or 0x3688B2) is unknown color: approx Curious Blue. HEX triplet: 36, 88 and B2. RGB value is (54,136,178). Sum of RGB (Red+Green+Blue) = 54+136+178=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #3688B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3688B2 is #C9774D. Grayscale: #747474. Windows color (decimal): -13203278 or 11700278. OLE color: 11700278.

HSL color Cylindrical-coordinate representation of color #3688B2: hue angle of 200.32º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3688B2 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB54136178-
CMYK0.700.2400.30
HSL200.32º53.45%45.49%-
HSV(B)200.32º69.66%69.8%-
XYZ18.3621.6145.32-
YUV116.27162.8383.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.67%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 178 (69.92% from 255) = 48.37%
R=14.67%
G=36.96%
B=48.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal541361780.700.2400.30200.3253.4545.49
Hex3688B2461801Ec8352d
Octal66210262106300363106555
Binary110110100010001011001010001101100001111011001000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3688B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3688B2; }

 p { color: rgb(54,136,178); }

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

<style>
 a { background-color: #3688B2; }

 a { background-color: rgb(54,136,178); }

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

<style>
 span { border-color: #3688B2; }

 span { border-color: rgb(54,136,178); }

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