#3688B0

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

Shades of Curious Blue #3688B0

Tints of Curious Blue #3688B0

Color information

#3688B0 (or 0x3688B0) is unknown color: approx Curious Blue. HEX triplet: 36, 88 and B0. RGB value is (54,136,176). Sum of RGB (Red+Green+Blue) = 54+136+176=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #3688B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3688B0 is #C9774F. Grayscale: #737373. Windows color (decimal): -13203280 or 11569206. OLE color: 11569206.

HSL color Cylindrical-coordinate representation of color #3688B0: hue angle of 199.67º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3688B0 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB54136176-
CMYK0.690.2300.31
HSL199.67º53.04%45.1%-
HSV(B)199.67º69.32%69.02%-
XYZ18.1621.5344.27-
YUV116.04161.8383.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.75%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 176 (69.14% from 255) = 48.09%
R=14.75%
G=37.16%
B=48.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal541361760.690.2300.31199.6753.0445.1
Hex3688B0451701Fc8352d
Octal66210260105270373106555
Binary110110100010001011000010001011011101111111001000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3688B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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