#3682AE

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

Shades of Curious Blue #3682AE

Tints of Curious Blue #3682AE

Color information

#3682AE (or 0x3682AE) is unknown color: approx Curious Blue. HEX triplet: 36, 82 and AE. RGB value is (54,130,174). Sum of RGB (Red+Green+Blue) = 54+130+174=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #3682AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3682AE is #C97D51. Grayscale: #707070. Windows color (decimal): -13204818 or 11436598. OLE color: 11436598.

HSL color Cylindrical-coordinate representation of color #3682AE: hue angle of 202º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3682AE is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54130174-
CMYK0.690.2500.32
HSL202º52.63%44.71%-
HSV(B)202º68.97%68.24%-
XYZ17.1419.8142.96-
YUV112.29162.8286.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.08%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=15.08%
G=36.31%
B=48.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541301740.690.2500.3220252.6344.71
Hex3682AE4519020ca352d
Octal66202256105310403126555
Binary1101101000001010101110100010111001010000011001010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3682AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3682AE; }

 p { color: rgb(54,130,174); }

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

<style>
 a { background-color: #3682AE; }

 a { background-color: rgb(54,130,174); }

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

<style>
 span { border-color: #3682AE; }

 span { border-color: rgb(54,130,174); }

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