#3082BC

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

Shades of Curious Blue #3082BC

Tints of Curious Blue #3082BC

Color information

#3082BC (or 0x3082BC) is unknown color: approx Curious Blue. HEX triplet: 30, 82 and BC. RGB value is (48,130,188). Sum of RGB (Red+Green+Blue) = 48+130+188=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #3082BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3082BC is #CF7D43. Grayscale: #6F6F6F. Windows color (decimal): -13598020 or 12354096. OLE color: 12354096.

HSL color Cylindrical-coordinate representation of color #3082BC: hue angle of 204.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3082BC is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB48130188-
CMYK0.740.3100.26
HSL204.86º59.32%46.27%-
HSV(B)204.86º74.47%73.73%-
XYZ18.2820.2250.52-
YUV112.09170.8382.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.11%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 188 (73.83% from 255) = 51.37%
R=13.11%
G=35.52%
B=51.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481301880.740.3100.26204.8659.3246.27
Hex3082BC4A1F01Acd3b2e
Octal60202274112370323157356
Binary110000100000101011110010010101111101101011001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3082BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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