#3082AE

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

Shades of Curious Blue #3082AE

Tints of Curious Blue #3082AE

Color information

#3082AE (or 0x3082AE) is unknown color: approx Curious Blue. HEX triplet: 30, 82 and AE. RGB value is (48,130,174). Sum of RGB (Red+Green+Blue) = 48+130+174=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #3082AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3082AE is #CF7D51. Grayscale: #6E6E6E. Windows color (decimal): -13598034 or 11436592. OLE color: 11436592.

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

Color convert

RGB48130174-
CMYK0.720.2500.32
HSL200.95º56.76%43.53%-
HSV(B)200.95º72.41%68.24%-
XYZ16.8419.6542.95-
YUV110.5163.8383.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.64%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=13.64%
G=36.93%
B=49.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481301740.720.2500.32200.9556.7643.53
Hex3082AE4819020c9392c
Octal60202256110310403117154
Binary1100001000001010101110100100011001010000011001001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3082AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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